update
This commit is contained in:
@@ -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