mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
removed devnull to see output
This commit is contained in:
parent
ef7f4d16b5
commit
429239e062
@ -116,7 +116,7 @@ fn_setstatus(){
|
||||
echo -ne "New status: ${currentstatus}\\r"
|
||||
|
||||
if [ "${requiredstatus}" == "ONLINE" ]; then
|
||||
(fn_start > /dev/null 2>&1)
|
||||
(fn_start)
|
||||
else
|
||||
(fn_stop > /dev/null 2>&1)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user