Fixed the hanging block

This commit is contained in:
Root User 2026-02-07 17:44:17 +01:00
parent a3274fd901
commit 4148c4bd07
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -127,6 +127,12 @@ if [[ -d "$SECRETS_DIR" ]]; then
print_success "Secrets synced"
else
print_error "Failed to sync secrets"
exit 1
fi
else
print_warn "Secrets directory not found: ${SECRETS_DIR}"
fi
# Step 3: Copy configuration
source_file="${SYSTEM_DIR}/${selected_system}.nix"