Browse Source

Clear before running restore command

Bob Mottram 8 years ago
parent
commit
a63950d6a4
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-controlpanel

+ 2
- 1
src/freedombone-controlpanel View File

@@ -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