5
0
Fork 0

commit by to_remotes 2023-09-20 12:29:09 +0200 from vmdevhw

main
Holger Wasem 2023-09-20 12:29:09 +02:00
parent 2bea40e54d
commit c0f6328c6f
1 changed files with 17 additions and 13 deletions

View File

@ -39,6 +39,9 @@ if [ -d "$WA_REPO" ]; then
else
echo -n "client name: "
read -r CLIENT_NAME
if [ -z $HOME/.ssh/deploy_key ]; then
echo "create ssh key"
echo -n "ssh passphrase: "
@ -60,6 +63,7 @@ else
echo " "
cat $HOME/.ssh/deploy_key.pub
fi
echo " "
echo -n "ready to pull? type yes: "