fix redirection

This commit is contained in:
chris
2020-10-11 12:38:14 -04:00
parent 3db67d72db
commit 3504e9a644

View File

@@ -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