mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 22:42:38 +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."
|
echo "TOOLS | $TOOL | Running test script."
|
||||||
./test
|
./test
|
||||||
echo "TOOLS | $TOOL | test script succeeded!"
|
echo "TOOLS | $TOOL | test script succeeded!"
|
||||||
|
exit 0
|
||||||
else
|
else
|
||||||
echo "TOOLS | $TOOL | Install succeeded. No test script!"
|
echo "TOOLS | $TOOL | Install succeeded. No test script!"
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue