update
This commit is contained in:
10
defaults.inc
10
defaults.inc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user