summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manage.sh')
-rwxr-xr-xmanage.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/manage.sh b/manage.sh
index 3e1f59429..0a21f0eb3 100755
--- a/manage.sh
+++ b/manage.sh
@@ -90,6 +90,6 @@ Commands
"
}
-[ "$(command -V "$ACTION" | grep ' function$')" != "" ] \
- && $ACTION \
- || help "action not found"
+[ "$(command -V "$ACTION" | grep ' function$')" = "" ] \
+ && help "action not found" \
+ || $ACTION