mirror of
https://github.com/coderofsalvation/podi.git
synced 2025-12-16 11:57:45 +01:00
minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user