We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10c756 commit ad3c168Copy full SHA for ad3c168
startup.sh
@@ -41,9 +41,6 @@ echo "ff00::0 ip6-mcastprefix" >> /etc/hosts
41
echo "ff02::1 ip6-allnodes" >> /etc/hosts
42
echo "ff02::2 ip6-allrouters" >> /etc/hosts
43
44
-# Runnning supervisor
45
-/usr/bin/supervisord -n
46
-
47
# Setting up drush cron to run according CRON_SCHEDULE or 15 min by default
48
if [[ -z $CRON_SCHEDULE ]]; then
49
CRON_SCHEDULE="*/15 * * * *"
@@ -111,3 +108,6 @@ if [[ -e /tmp/.htaccess ]]; then
111
108
else
112
109
echo "$TMP_HTACCESS" > /tmp/.htaccess
113
110
fi
+
+# Runnning supervisor
+/usr/bin/supervisord -n
0 commit comments