Restoring all

This commit is contained in:
Bob Mottram 2016-10-20 17:12:29 +01:00
parent 1764a32911
commit 205cd80c01
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ function restore_apps {
if [ ! $2 ]; then
confirm_restore=1
else
if [[ "$RESTORE_APP" == "$app_name" ]]; then
if [[ "$RESTORE_APP" == "$app_name" || "$RESTORE_APP" == "all" ]]; then
confirm_restore=1
fi
fi