diff --git a/scripts/manager.sh b/scripts/manager.sh index 68a328e..fe05928 100755 --- a/scripts/manager.sh +++ b/scripts/manager.sh @@ -291,6 +291,7 @@ install() { return 1 fi + update_config if ! build_docker_image; then print_header "Failed to build Docker image." return 1 @@ -665,8 +666,6 @@ main() { } # Run the script with the provided arguments -load_config -update_config main "$@"