Update defaults.inc

This commit is contained in:
2023-11-29 10:09:09 -06:00
parent 0b2c6b5810
commit 250177d220

View File

@@ -78,8 +78,6 @@ if [ -f ${NM_FOLDER}/conf/defaults.local.inc ]; then
for value in "${var[@]}"; do
arr_insert ${ntype}_SINGLESRVR_SERVICES $value
done
else
arr_insert ${ntype}_SINGLESRVR_SERVICES ''
fi
if [ "${NM_SINGLESRVR_DOCKERS[${ntype}]}" != "" ]; then