Update defaults.inc

This commit is contained in:
2023-07-03 20:09:44 -05:00
parent f39f584332
commit 6d39031750

View File

@@ -18,8 +18,6 @@ declare -i errtime
NM_SRVCOPT=(start stop restart reload enable disable)
echo "1: ${NM_HOSTS[MYSQL]}"
if [ -f ${FOLDER}/defaults.local.inc ]; then
source ${FOLDER}/defaults.local.inc
@@ -69,6 +67,9 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
fi
echo "2: ${NM_HOSTS_MYSQL}"
for test in "{NM_HOSTS_MYSQL[@]}"; do
echo $test
done