From 79e07c65c3ba29b15856a657a9c37c0303ab1d8b Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 18:27:00 -0600 Subject: [PATCH] 1749860821 --- installer4.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer4.sh b/installer4.sh index cc2c656..d1047c0 100644 --- a/installer4.sh +++ b/installer4.sh @@ -6,12 +6,12 @@ set -e # reconfigure to normal mode echo "Starting configure script..." -# quiet level -# bash ./reconfig_full.sh ./reconfig_full.sh ./working-normal-level-conf +# info level +# bash ./reconfig_full.sh ./reconfig_full.sh ./info-level-conf # running (warn level) -# bash ./reconfig_full.sh ./working-warn-level-conf +# bash ./reconfig_full.sh ./running-warn-level-conf # debug/dev mode -bash ./reconfig_full.sh ./debug-level-conf-dev +bash ./reconfig_full.sh ./debug-level-conf # enable services echo "Enabling Services..."