This commit is contained in:
2025-12-14 18:19:54 -06:00
parent 2fff9f7ff0
commit 5d53ab262f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# TA-Proxmenu - Proxmox Scripts for TA Use # TA-Proxmenu - Proxmox Scripts for TA Use
action="$1"
FOLDER='/opt/idssys/ta-proxmenu' FOLDER='/opt/idssys/ta-proxmenu'
VERS='0.2-12142025' VERS='0.2-12142025'

View File

@@ -70,8 +70,8 @@ MAIN_MENU() {
} }
if [ ${1-x} ]; then if [ ${action-x} ]; then
case $1 in case $action in
update) UPDATE;; update) UPDATE;;
esac esac