return to exit

This commit is contained in:
sc0Vu 2018-03-19 10:13:00 +08:00
parent 209baec4b7
commit 5ede0c03e6

View File

@ -12,4 +12,4 @@ ret=$?
kill -9 $ganachecli_pid
echo "Kill ganache-cli"
return $ret
exit $ret