Browse Source

Merge pull request #2497 from exelian/patch-1

Update celerybeat to use sh instead of bash
Ask Solem Hoel 10 years ago
parent
commit
925ac482f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/generic-init.d/celerybeat

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

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh -e
 # =========================================================
 #  celerybeat - Starts the Celery periodic task scheduler.
 # =========================================================