1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-18 17:08:18 +03:00

Pass the exit code back out when using the bash script

This commit is contained in:
Matt Button 2011-01-09 01:01:52 +00:00
parent b2f9e95bb0
commit 36646106e8

3
minion
View file

@ -21,3 +21,6 @@ then
fi
php index.php --uri=minion $TASK $@
# Pass the exit code back out
exit $?