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