mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
Update install.sh to reflect script renaming and reordering
- Replaced "00_wizard.sh" with "04_wizard.sh" in the required scripts list. - Renamed "04_run_services.sh" to "05_run_services.sh" and "05_final_report.sh" to "06_final_report.sh" for better clarity and organization of the installation process.
This commit is contained in:
@@ -10,12 +10,12 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
# Check if all required scripts exist and are executable in the current directory
|
||||
required_scripts=(
|
||||
"00_wizard.sh"
|
||||
"01_system_preparation.sh"
|
||||
"02_install_docker.sh"
|
||||
"03_generate_secrets.sh"
|
||||
"04_run_services.sh"
|
||||
"05_final_report.sh"
|
||||
"04_wizard.sh"
|
||||
"05_run_services.sh"
|
||||
"06_final_report.sh"
|
||||
)
|
||||
|
||||
missing_scripts=()
|
||||
|
||||
Reference in New Issue
Block a user