Skip to content

Commit

Permalink
Fix to suppress output from init scripts [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 13, 2023
1 parent c3ab067 commit a7f98fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 </dev/null
if [ $? != "0" ]; then
echo "ERROR: Failed to $action web server!"
echo ""
Expand Down

0 comments on commit a7f98fa

Please sign in to comment.