Browse Source

changed chdir to cd

cmclaughlin 12 years ago
parent
commit
e48af7ac2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/generic-init.d/celeryd

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

@@ -185,7 +185,7 @@ case "$1" in
 
     status)
         (
-            chdir "$CELERYD_CHDIR"
+            cd "$CELERYD_CHDIR"
             $CELERYCTL $CELERY_APP_ARG status $CELERYCTL_OPTS
         )
     ;;