Selaa lähdekoodia

Restoring all

Bob Mottram 8 vuotta sitten
vanhempi
commit
205cd80c01
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-utils-backup

+ 1
- 1
src/freedombone-utils-backup Näytä tiedosto

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