From a7f98fa7b30781c4b386e8e3542be3972590cc05 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 13 Oct 2023 15:47:44 +0300 Subject: [PATCH] Fix to suppress output from init scripts [build] --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 47e830ac..9e783dff 100755 --- a/setup.sh +++ b/setup.sh @@ -792,7 +792,7 @@ if [ "$nostart" = "" ]; then fi if [ "$userminrunning" = "1" ]; then echo "Attempting to $action Usermin web server .." - $config_dir/$action + $config_dir/$action >/dev/null 2>&1