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

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