mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
fixed temp path
This commit is contained in:
@@ -206,8 +206,8 @@ if [ "\$tempdir" = "" ]; then
|
||||
tempdir=/tmp/.webmin
|
||||
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
|
||||
./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