Only wait for key on fail

This commit is contained in:
Bob Mottram 2015-12-22 20:55:20 +00:00
parent 3a4b96ccff
commit 94857a327e
1 changed files with 3 additions and 1 deletions

View File

@ -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 {