Force new configuration for debugging to resolve config persistence issues
This commit is contained in:
@@ -147,7 +147,7 @@ validate_config() {
|
||||
fi
|
||||
done
|
||||
|
||||
# Validate Docker dependencies
|
||||
# Validate Docker dependencies
|
||||
if [[ "${INSTALL_DOCKER:-false}" != "true" ]]; then
|
||||
if [[ "${INSTALL_VAULTWARDEN:-false}" == "true" ]] || [[ "${INSTALL_JELLYFIN:-false}" == "true" ]] || [[ "${INSTALL_PORTAINER:-false}" == "true" ]]; then
|
||||
log_warning "Docker-abhängige Services sind aktiviert, aber Docker ist deaktiviert. Erzwinge neue Konfiguration."
|
||||
@@ -155,5 +155,9 @@ validate_config() {
|
||||
fi
|
||||
fi
|
||||
|
||||
# Temporarily force new configuration for debugging
|
||||
log_warning "Erzwinge neue Konfiguration für Debugging-Zwecke."
|
||||
return 1
|
||||
|
||||
return $errors
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user