5
0
Fork 0

commit by to_remotes 2023-10-02 10:45:52 +0200 from vmdevac

main
ag 2023-10-02 10:45:52 +02:00
parent 34e8dd8c1c
commit 4a583ada5d
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ else
echo -n "client name: "
read -r CLIENT_NAME
if [ -z $HOME/.ssh/deploy_key ]; then
if [ ! -f $HOME/.ssh/deploy_key ]; then
echo "create ssh key"
echo -n "ssh passphrase: "
@ -106,7 +106,7 @@ fi
if [ -z $WA_REPO/node_type.sh ]; then
if [ ! -f $WA_REPO/node_type.sh ]; then
echo " "
echo -n "init as master? type yes: "
read -r init_as_master