diff --git a/src/freedombone-utils-backup b/src/freedombone-utils-backup
index 6faae82a467dc92adf56b5a4423874bd7a1e87be..cec42b00637c0c9f5d86c749f826bc3334dd40b9 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