mirror of
https://github.com/myronblair/proxmox-config
synced 2026-07-27 21:08:11 -05:00
[pve] Weekly backup 2026-07-19 — 9 files changed, 51 insertions(+), 7 deletions(-)
This commit is contained in:
@@ -12,7 +12,7 @@ fi
|
||||
SUBNET="10.48.200.0/24"
|
||||
|
||||
TMPFILE=$(mktemp)
|
||||
nmap -sn --send-ip "$SUBNET" 2>/dev/null > "$TMPFILE"
|
||||
nmap -sn "$SUBNET" 2>/dev/null > "$TMPFILE"
|
||||
|
||||
if [ ! -s "$TMPFILE" ]; then
|
||||
echo "$(date): nmap produced no output" >&2
|
||||
|
||||
Reference in New Issue
Block a user