Made the installer ask the user to update configs.
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user