Ver código fonte

Disable clear for debugging

Bob Mottram 9 anos atrás
pai
commit
cd09ffac10
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config Ver arquivo

@@ -1675,7 +1675,7 @@ function interactive_configuration {
1675 1675
 }
1676 1676
 
1677 1677
 function show_result {
1678
-    clear
1678
+    #clear
1679 1679
     echo ''
1680 1680
     echo -n $"Configuration filename:"
1681 1681
     echo " $CONFIGURATION_FILE"