mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-23 07:42:05 +00:00
fix: Detach stdin globally to prevent curl pipe hangs in Proxmox script
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
# =============================================================================
|
||||
# This script discovers LXC containers on a Proxmox host and automatically
|
||||
# enrolls them into PatchMon for patch management.
|
||||
|
||||
# Detach from stdin entirely to prevent hangs when piped from curl
|
||||
exec </dev/null
|
||||
#
|
||||
# Usage:
|
||||
# 1. Set environment variables or edit configuration below
|
||||
|
Reference in New Issue
Block a user