From 3504e9a6442ad0c6b95012b46623ed3524750182 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 11 Oct 2020 12:38:14 -0400 Subject: [PATCH] fix redirection --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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