소스 검색

Clear before running restore command

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

+ 2
- 1
src/freedombone-controlpanel 파일 보기

@@ -952,9 +952,10 @@ function restore_data_from_storage {
952 952
         return
953 953
     fi
954 954
 
955
+    clear
956
+
955 957
     # Restore all
956 958
     if [[ $app_name == "$AllStr" ]]; then
957
-        clear
958 959
         $restore_command
959 960
         retcode="$?"
960 961
         if [[ "$retcode" != "0" ]]; then