Make log readable only by root

This commit is contained in:
Jamie Cameron
2008-01-08 17:21:04 +00:00
parent 40d497f505
commit 1adf1c0dee

View File

@@ -207,6 +207,7 @@ if [ "\$tempdir" = "" ]; then
fi
export config_dir var_dir perl autoos port login crypt host ssl nochown autothird noperlpath nouninstall nostart allow atboot
./setup.sh >$tempdir/webmin-setup.out 2>&1
chmod 600 $tempdir/webmin-setup.out
rm -f /var/lock/subsys/webmin
if [ "$inetd" != "1" ]; then
/etc/init.d/webmin start >/dev/null 2>&1 </dev/null