1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-16 23:11:06 +03:00

Fixing minion bash script to escape params passed to kohana

This commit is contained in:
Matt Button 2011-01-10 15:36:16 +00:00
parent d9bc6f6cb7
commit 3f7e6653e4

2
minion
View file

@ -20,7 +20,7 @@ then
shift 1
fi
php index.php --uri=minion $TASK $@
php index.php --uri=minion "$TASK" "$@"
# Pass the exit code back out
exit $?