From 9f09ca5b35f7ac2da5e65147b6a2d206d495fbd2 Mon Sep 17 00:00:00 2001 From: abdulhade Date: Thu, 20 Mar 2025 05:42:51 +0300 Subject: [PATCH] Made the installer ask the user to update configs. --- scripts/manager.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 "$@"