Parcourir la source

Restoring all

Bob Mottram il y a 8 ans
Parent
révision
205cd80c01
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-utils-backup

+ 1
- 1
src/freedombone-utils-backup Voir le fichier

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