Fix STDOUT prints

This commit is contained in:
Ilia
2022-04-19 17:04:02 +03:00
parent 33bdfd423d
commit 1089bc8fb5

View File

@@ -258,8 +258,8 @@ chmod 600 \$tempdir/webmin-setup.out
rm -f /var/lock/subsys/webmin
which systemctl >/dev/null 2>&1 && systemctl daemon-reload
if [ "\$inetd" != "1" -a "\$startafter" = "1" ]; then
/etc/init.d/webmin stop
/etc/init.d/webmin start
/etc/init.d/webmin stop >/dev/null 2>&1 </dev/null
/etc/init.d/webmin start >/dev/null 2>&1 </dev/null
fi
cat >/etc/webmin/uninstall.sh <<EOFF
#!/bin/sh