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