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