소스 검색

Restoring all

Bob Mottram 8 년 전
부모
커밋
205cd80c01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-utils-backup

+ 1
- 1
src/freedombone-utils-backup 파일 보기

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