diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-15 12:10:29 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-15 12:11:08 -0500 |
commit | 0977d10d2a3435230fc3dad0659b613d96a362e7 (patch) | |
tree | 8bef6d73764070035758ae1e7f87e06b8c9059b9 | |
parent | 3c06c3efafaf6834e157f3ffa17eb1f0b42f5a39 (diff) | |
download | mediagoblin-0977d10d2a3435230fc3dad0659b613d96a362e7.tar.lz mediagoblin-0977d10d2a3435230fc3dad0659b613d96a362e7.tar.xz mediagoblin-0977d10d2a3435230fc3dad0659b613d96a362e7.zip |
No reason to wrap the rest of the options in a quote
This commit sponsored by Thane Williams. Thank you!
-rwxr-xr-x | lazystarter.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}" \ |