diff --git a/src/freedombone-utils-backup b/src/freedombone-utils-backup index 6faae82a..cec42b00 100755 --- a/src/freedombone-utils-backup +++ b/src/freedombone-utils-backup @@ -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