Update services.inc

This commit is contained in:
2023-11-10 10:41:35 -06:00
parent b75a0f99cb
commit 849ed4486e

View File

@@ -271,7 +271,7 @@ SERVICE(){
echo
fi
if [ "${NTS}" == "" ]; then
if [[ "$(declare -p NTS)" =~ "declare -a" ]]; then
for NTYPE in "${NTS[@]}"; do
var1=${NTYPE}_SERVICES_CHECK[@]
# if [[ "${!var1}" = *"${1}"* ]]; then