Update services.inc

This commit is contained in:
2025-07-05 19:31:02 -05:00
parent e74e74c02a
commit 97dd7bea1f

View File

@@ -448,9 +448,7 @@ SERVICE_MGMT(){
srva=${SERVICE['service']}
fi
if [ "${SERVICE['action']}" != "status" ]; then
echo yes
${NCMD} systemctl ${SERVICE['action']} ${srva} >/dev/null 2>&1
echo ok
else
echo
${NCMD} systemctl ${SERVICE['action']} ${srva}