mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user