style(update-setup): Some small touch-ups
Some checks failed
/ validate-docker-compose (push) Has been cancelled

This commit is contained in:
Jose Daniel G. Percy 2025-04-26 17:59:22 +08:00
parent 78338661b0
commit b58a0346d1

View File

@ -62,6 +62,7 @@ create_backup() {
cp "$1" "$2" cp "$1" "$2"
} }
################################################## ##################################################
# PART 1: Update .env file from .env.example # 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}" echo -e "\n${BLUE}Review your updated $ENV_FILE file and adjust any values as needed.${NC}"
} }
################################################## ##################################################
# PART 2: Update Authelia configuration # PART 2: Update Authelia configuration
################################################## ##################################################
@ -332,6 +334,7 @@ update_authelia_config() {
echo -e "${CYAN} docker compose restart authelia${NC}" echo -e "${CYAN} docker compose restart authelia${NC}"
} }
################################################## ##################################################
# PART 3: Update service configurations # PART 3: Update service configurations
################################################## ##################################################
@ -690,8 +693,7 @@ update_service_configs() {
fi fi
} }
##################################################
# PART 5: Authelia Account Management
################################################## ##################################################
# PART 4: Authelia Policy Management # PART 4: Authelia Policy Management
################################################## ##################################################