Files
TA-ProxMenu/defaults.inc
2025-12-14 18:25:20 -06:00

11 lines
264 B
Bash
Executable File

#!/usr/bin/env bash
# TA-Proxmenu - Proxmox Scripts for TA Use
action="$1"
FOLDER='/opt/idssys/ta-proxmenu'
VERS='0.2-12142025'
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)