Made the installer ask the user to update configs.
This commit is contained in:
@@ -291,6 +291,7 @@ install() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
update_config
|
||||||
if ! build_docker_image; then
|
if ! build_docker_image; then
|
||||||
print_header "Failed to build Docker image."
|
print_header "Failed to build Docker image."
|
||||||
return 1
|
return 1
|
||||||
@@ -665,8 +666,6 @@ main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Run the script with the provided arguments
|
# Run the script with the provided arguments
|
||||||
load_config
|
|
||||||
update_config
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user