diff --git a/cyberpanel.sh b/cyberpanel.sh index 73632af08..a5a265e02 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1378,7 +1378,7 @@ if [[ $VERSION = "ENT" ]] ; then fi fi -systemctl status lsws 2>&1>/dev/null +systemctl status lsws > /dev/null 2>&1 if [[ $? == "0" ]] ; then echo "LSWS service is running..." else