fixed syntax issue in setup.sh

This commit is contained in:
Muhammad Ibrahim
2025-09-30 08:02:30 +01:00
parent 61ca05526b
commit 33b2b4b0fe

4
setup.sh Normal file → Executable file
View File

@@ -1209,7 +1209,11 @@ create_agent_version() {
cp "$APP_DIR/agents/patchmon-agent.sh" "$APP_DIR/backend/"
print_status "Agent version management removed - using file-based approach"
# Ensure we close the conditional and the function properly
fi
return 0
}
# Create deployment summary
create_deployment_summary() {
print_info "Writing deployment summary into deployment-info.txt..."