minor fix

This commit is contained in:
Leon
2022-02-24 11:45:33 +01:00
parent a11f2ed24f
commit bbd476fe42
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ init_sshkey(){
ssh-keygen -t rsa -N "" -f $key
ssh-key-copy -p $port -i $key $user@$server
}
print "Yay! share key '~/.ssh/id_rsa_$appname' to collaborate with devs "
print "Yay! share key '$server:~/.ssh/id_rsa_$appname' to collaborate with devs "
}
on init_server init_sshkey

View File

@@ -13,7 +13,7 @@ build(){
}
stop(){
test -z $POD || verbose $POD down -t 2
test -z $POD || verbose $POD down -t 2 2>/dev/null
}
start(){