소스 검색

Update celerybeat to use sh instead of bash

Updated the init script to work without assuming bash is always available from /bin/bash/
Also see issue #2496
Jelle Verstraaten 10 년 전
부모
커밋
d80a749cec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 # =========================================================