fixed temp path

This commit is contained in:
Jamie Cameron
2008-02-04 19:56:46 +00:00
parent c62c1512a6
commit f72e7c5f04

View File

@@ -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