ソースを参照

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