This commit is contained in:
2023-07-03 23:47:48 -05:00
parent c6f0389eb3
commit bf421de498
2 changed files with 1 additions and 11 deletions

View File

@@ -65,8 +65,6 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
for value in "${var[@]}"; do
arr_insert ${ntype}_SERVICES_CHECK $value
done
# else
# declare "${ntype}_SERVICES_CHECK"=""
fi
if [ "${NM_DOCKERS_CHECK[${ntype}]}" != "" ]; then
@@ -74,8 +72,6 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
for value in "${var[@]}"; do
arr_insert ${ntype}_DOCKERS_CHECK $value
done
# else
# declare "${ntype}_DOCKERS_CHECK"=""
fi
if [ "${NM_REPL_CHECK[${ntype}]}" != "" ]; then
@@ -83,8 +79,6 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
for value in "${var[@]}"; do
arr_insert ${ntype}_REPL_CHECK $value
done
# else
# declare "${ntype}_REPL_CHECK"=""
fi
if [ "${NM_SINGLESRVR_SERVICES[${ntype}]}" != "" ]; then
@@ -92,8 +86,6 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
for value in "${var[@]}"; do
arr_insert ${ntype}_SINGLESRVR_SERVICES $value
done
# else
# declare "${ntype}_SINGLESRVR_SERVICES"=""
fi
if [ "${NM_SINGLESRVR_DOCKERS[${ntype}]}" != "" ]; then
@@ -101,8 +93,6 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
for value in "${var[@]}"; do
arr_insert ${ntype}_SINGLESRVR_DOCKERS $value
done
# else
# declare "${ntype}_SINGLESRVR_DOCKERS"=""
fi
if [ "${NM_SINGLESRVR_IP[${ntype}]}" != "" ]; then