diff --git a/inc/services.inc b/inc/services.inc index 4f8929d1..2d2cf4f0 100755 --- a/inc/services.inc +++ b/inc/services.inc @@ -455,7 +455,7 @@ SERVICE_MGMT(){ echo fi if [ ${QUIET} -eq 0 ] && [ "${SERVICE['action']}" != "status" ]; then - echo -e "\n ${NCMD}" + echo -e "\n ${NCMD} systemctl is-active ${SERVICE['service']}) = active" if [[ "enable,disable" = *"${SERVICE['action']}"* ]] || [ "${SERVICE['service']}" = "daemon-reload" ]; then echo -e "${idsCL[Green]}Done${idsCL[Default]}" elif [[ "${srva}" = *".socket"* ]] && [ "$(${NCMD} systemctl is-active ${SERVICE['service']})" = "active" ]; then