Docker startup: create ${APACHE_LOG_DIR} if it doesn't exist yet

This commit is contained in:
2017-05-17 10:34:13 +02:00
parent 39ce21f7f9
commit c775126cba

View File

@@ -19,9 +19,9 @@ if [ ! -f /installed ]; then
fi
# Make sure that log rotation works.
mkdir -p ${APACHE_LOG_DIR}
service cron start
if [ "$DEV" = "true" ]; then
echo "Running in development mode"
cd /data/git/blender-cloud