Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
d80a749cec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
 # =========================================================