summaryrefslogtreecommitdiffstats
path: root/collab/webmin/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'collab/webmin/INSTALL')
-rwxr-xr-xcollab/webmin/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/collab/webmin/INSTALL b/collab/webmin/INSTALL
index d8993982bc..9649800132 100755
--- a/collab/webmin/INSTALL
+++ b/collab/webmin/INSTALL
@@ -33,7 +33,7 @@ password="" &&
for (( C = 0; C < 8; ++C )) do
password="${password}${ALPHABET:RANDOM % 36:1}"
done &&
-persistent_add config_dir var_dir perl host port \
+export config_dir var_dir perl host port \
os_type os_version real_os_type real_os_version \
atboot ssl login password nostart &&