diff --git a/run.sh b/run.sh index 70a76893..da618daf 100755 --- a/run.sh +++ b/run.sh @@ -18,7 +18,6 @@ if [ "$1" != "service" ] && [ "$1" != "status-check" ]; then fi for srvc in "${SERVICES[@]}" do - if [ "${NM_SERVICES[${srvc}]}" = "" ]; then NM_SERVICES[${srvc}]="${srvc}"; fi echo -en "${NM_SERVICES[${srvc}]} " if [ $(pgrep ${srvc} | wc -l) -gt "0" ]; then echo -e "${idsCL[Green]}Running${idsCL[Default]}"