mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-26 07:21:15 +01:00
limits: Fix action again
This commit is contained in:
@@ -85,7 +85,7 @@ fi
|
||||
TARGET="${1}"
|
||||
ACTION="${2}"
|
||||
# Retain support for no action (will default to add)
|
||||
if [ "${ACTION}" != "remove" ] && [ "${ACTION}" != "clear" ] && [ "${ACTION}" != "list" ] && [ "${ACTION}" != "show" ] && [ "${ACTION}" != "reset" ] && [ "${ACTION}" != "stats" ]; then
|
||||
if [ "${ACTION}" != "add" ] && [ "${ACTION}" != "remove" ] && [ "${ACTION}" != "clear" ] && [ "${ACTION}" != "list" ] && [ "${ACTION}" != "show" ] && [ "${ACTION}" != "reset" ] && [ "${ACTION}" != "stats" ]; then
|
||||
ACTION="add"
|
||||
shift 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user