update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# TA-Proxmenu - Proxmox Scripts for TA Use
|
||||
|
||||
action="$1"
|
||||
FOLDER='/opt/idssys/ta-proxmenu'
|
||||
VERS='0.2-12142025'
|
||||
|
||||
|
||||
@@ -70,8 +70,8 @@ MAIN_MENU() {
|
||||
}
|
||||
|
||||
|
||||
if [ ${1-x} ]; then
|
||||
case $1 in
|
||||
if [ ${action-x} ]; then
|
||||
case $action in
|
||||
update) UPDATE;;
|
||||
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user