Scripts and Configs fixed.

This commit is contained in:
2025-03-20 05:54:19 +03:00
parent 9f09ca5b35
commit a4366c06f3
2 changed files with 6 additions and 2 deletions

View File

@@ -292,6 +292,9 @@ install() {
fi
update_config
print_header "Building the Docker Image..."
if ! build_docker_image; then
print_header "Failed to build Docker image."
return 1