Only wait for key on fail
This commit is contained in:
parent
3a4b96ccff
commit
94857a327e
|
@ -186,7 +186,9 @@ function configure_remote_backups {
|
|||
return
|
||||
fi
|
||||
${PROJECT_NAME}-remote -u $ADMIN_USER
|
||||
any_key
|
||||
if [ ! "$?" = "0" ]; then
|
||||
any_key
|
||||
fi
|
||||
}
|
||||
|
||||
function change_password {
|
||||
|
|
Loading…
Reference in New Issue