mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
try explicit exit 0?
This commit is contained in:
parent
781a5ec467
commit
25cd634a90
1 changed files with 2 additions and 0 deletions
|
@ -144,8 +144,10 @@ case $ACTION in
|
|||
echo "TOOLS | $TOOL | Running test script."
|
||||
./test
|
||||
echo "TOOLS | $TOOL | test script succeeded!"
|
||||
exit 0
|
||||
else
|
||||
echo "TOOLS | $TOOL | Install succeeded. No test script!"
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue