Files
tam3/deployment/remote_server/docker_generate-key.sh

5 lines
208 B
Bash
Raw Normal View History

2025-10-03 18:02:40 -04:00
read -p "Enter the name of the computer you plan to use the key on: " pcname
docker compose exec tam3-api /app/key.py generate $pcname
echo "Note the key above this line. You can use that for the computer."