Explorar el Código

Disable clear for debugging

Bob Mottram hace 9 años
padre
commit
cd09ffac10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config Ver fichero

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