Fixed the hanging block
This commit is contained in:
parent
a3274fd901
commit
4148c4bd07
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue