mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Make log readable only by root
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user