mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-14 22:06:58 +00:00
explicit exit 0 from 'all' action
This commit is contained in:
parent
619a5878b4
commit
a5c3d81946
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ then
|
|||
[ "$ALLOW_SUDO" -eq 1 ] && $0 -s $ACTION $t
|
||||
[ "$ALLOW_SUDO" -eq 0 ] && $0 $ACTION $t
|
||||
done
|
||||
exit
|
||||
exit 0
|
||||
elif [ -z "$TOOL" -a "$ACTION" != "list" -a "$ACTION" != "setup" ]
|
||||
then
|
||||
usage
|
||||
|
|
Loading…
Add table
Reference in a new issue