소스 검색

Update extra/generic-init.d/celeryd

add one extra space line 40 so dash doesn't throw a missing : error
Yohann Rebattu 12 년 전
부모
커밋
9a2961580d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extra/generic-init.d/celeryd

+ 1 - 1
extra/generic-init.d/celeryd

@@ -37,7 +37,7 @@ fi
 
 # Sets --app argument for CELERY_BIN
 CELERY_APP_ARG=""
-if [ ! -z "$CELERY_APP"]; then
+if [ ! -z "$CELERY_APP" ]; then
     CELERY_APP_ARG="--app=$CELERY_APP"
 fi