From b58a0346d146071e7e90ec25be7e7da0baca6061 Mon Sep 17 00:00:00 2001 From: aki Date: Sat, 26 Apr 2025 17:59:22 +0800 Subject: [PATCH] style(update-setup): Some small touch-ups --- update-setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/update-setup.sh b/update-setup.sh index 77d17cf..e73b39c 100755 --- a/update-setup.sh +++ b/update-setup.sh @@ -62,6 +62,7 @@ create_backup() { cp "$1" "$2" } + ################################################## # PART 1: Update .env file from .env.example ################################################## @@ -205,6 +206,7 @@ update_env_file() { echo -e "\n${BLUE}Review your updated $ENV_FILE file and adjust any values as needed.${NC}" } + ################################################## # PART 2: Update Authelia configuration ################################################## @@ -332,6 +334,7 @@ update_authelia_config() { echo -e "${CYAN} docker compose restart authelia${NC}" } + ################################################## # PART 3: Update service configurations ################################################## @@ -690,8 +693,7 @@ update_service_configs() { fi } -################################################## -# PART 5: Authelia Account Management + ################################################## # PART 4: Authelia Policy Management ##################################################