Refactor logging and user prompts in installation and wizard scripts

- Enhanced user feedback by replacing echo statements with log_info and log_error for better consistency in logging.
- Added empty echo statements before user prompts in 03_generate_secrets.sh to improve readability.
- Removed unnecessary log messages related to Caddy installation and uninstallation in 03_generate_secrets.sh.
- Updated 04_wizard.sh to include utility sourcing and improved logging for service selection and profile updates.
- Streamlined apply_update.sh by removing redundant log messages regarding Supabase compose file checks.
This commit is contained in:
Yury Kossakovsky
2025-05-23 15:05:23 -06:00
parent b0a72d339d
commit eeb19f590f
5 changed files with 27 additions and 40 deletions

View File

@@ -43,7 +43,6 @@ else
fi
# Execute the rest of the update process using the (potentially updated) apply_update.sh
log_info "Handing over to apply_update.sh..."
bash "$APPLY_UPDATE_SCRIPT"
# The final success message will now come from apply_update.sh