Update run.sh

This commit is contained in:
2019-01-29 21:49:58 -06:00
parent 4f70516da1
commit b1a20a7759

2
run.sh
View File

@@ -22,7 +22,7 @@ if [ "$1" != "service" ] && [ "$1" != "status-check" ]; then
for srvc in "${SERVICES2[@]}"
do
echo -en "${NM_SERVICES[${srvc}]} "
echo -en "${NM_SERVICES[${srvc}]} "
if [ $(pgrep ${srvc} | wc -l) -gt "0" ]; then
echo -e "${idsCL[Green]}Running${idsCL[Default]}"
else echo -e "${idsCL[Red]}Not Running${idsCL[Default]}"