about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 7a4a0c4..3be001e 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -923,7 +923,10 @@ menu() {
 
     if [ $? -eq 3 ]; then
         # Show settings
-        DIALOG --title "Saved settings for installation" --textbox $CONF_FILE 14 60
+        cp $CONF_FILE /tmp/conf_hidden.$$;
+        sed -i "s/^ROOTPASSWORD.*/ROOTPASSWORD <-hidden->/" /tmp/conf_hidden.$$
+        DIALOG --title "Saved settings for installation" --textbox /tmp/conf_hidden.$$ 14 60
+        rm /tmp/conf_hidden.$$
         return
     fi