Browse Source

Remove clears

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

+ 2
- 2
src/freedombone-controlpanel View File

@@ -1272,7 +1272,7 @@ function show_tripwire_verification_code {
1272 1272
     if [ ! -f /var/lib/tripwire/${HOSTNAME}.twd ]; then
1273 1273
         return
1274 1274
     fi
1275
-    clear
1275
+    #clear
1276 1276
     echo ''
1277 1277
     echo $'Tripwire Verification Code'
1278 1278
     echo ''
@@ -1295,7 +1295,7 @@ function reset_tripwire {
1295 1295
         return
1296 1296
     fi
1297 1297
     lockdown_permissions
1298
-    clear
1298
+    #clear
1299 1299
     echo $'Creating configuration...'
1300 1300
     echo '
1301 1301