1749860821

This commit is contained in:
2025-06-13 18:27:00 -06:00
parent 67cbcd6f1f
commit 79e07c65c3
+4 -4
View File
@@ -6,12 +6,12 @@ set -e
# reconfigure to normal mode # reconfigure to normal mode
echo "Starting configure script..." echo "Starting configure script..."
# quiet level # info level
# bash ./reconfig_full.sh ./reconfig_full.sh ./working-normal-level-conf # bash ./reconfig_full.sh ./reconfig_full.sh ./info-level-conf
# running (warn level) # running (warn level)
# bash ./reconfig_full.sh ./working-warn-level-conf # bash ./reconfig_full.sh ./running-warn-level-conf
# debug/dev mode # debug/dev mode
bash ./reconfig_full.sh ./debug-level-conf-dev bash ./reconfig_full.sh ./debug-level-conf
# enable services # enable services
echo "Enabling Services..." echo "Enabling Services..."