@@ -22,6 +22,7 @@ if [ "$1" != "service" ] && [ "$1" != "status-check" ]; then
IFS=,
SERVICES=(${SERVICES})
unset IFS
SERVICES=$(IFS=$',';echo"${SERVICES}")
for srvc in "${SERVICES[@]}"
do
echo -en "${NM_SERVICES[${srvc}]}"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.