From 1089bc8fb5dc9083e4b84d0175306e9b58235b3d Mon Sep 17 00:00:00 2001 From: Ilia Date: Tue, 19 Apr 2022 17:04:02 +0300 Subject: [PATCH] Fix STDOUT prints --- makerpm.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makerpm.pl b/makerpm.pl index 4234e4bb8..a60c7ee9a 100755 --- a/makerpm.pl +++ b/makerpm.pl @@ -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 2>&1 /etc/webmin/uninstall.sh <