mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-16 22:57:01 +00:00
Merge pull request #5 from NickStephens/fix-setup
Fix manage-tools so invoking setup no longer invokes usage and dies, …
This commit is contained in:
commit
9f5152f687
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ then
|
|||
[ "$ALLOW_SUDO" -eq 0 ] && $0 $ACTION $t
|
||||
done
|
||||
exit
|
||||
elif [ -z "$TOOL" -a "$ACTION" != "list" ]
|
||||
elif [ -z "$TOOL" -a "$ACTION" != "list" -a "$ACTION" != "setup" ]
|
||||
then
|
||||
usage
|
||||
exit
|
||||
|
|
Loading…
Add table
Reference in a new issue