diff --git a/lazystarter.sh b/lazystarter.sh index 2842d5d5..102830ad 100755 --- a/lazystarter.sh +++ b/lazystarter.sh @@ -70,7 +70,7 @@ set -x export CELERY_ALWAYS_EAGER=true case "$selfname" in lazyserver.sh) - $starter --paste "$ini_file" "$@" + $starter --paste "$ini_file" $@ ;; lazycelery.sh) MEDIAGOBLIN_CONFIG="${ini_file}" \