Remove curl build, since bunq seems to work fine without it.

Can I tag people in commit messages? @OGKevin
This commit is contained in:
James Cole
2018-12-23 10:57:46 +01:00
parent 479841a609
commit 2ae9a6f020
2 changed files with 10 additions and 18 deletions

View File

@@ -16,6 +16,11 @@ mkdir -p $FIREFLY_PATH/storage/logs
mkdir -p $FIREFLY_PATH/storage/upload
if [[ $DB_CONNECTION == "sqlite" ]]
then
touch $FIREFLY_PATH/storage/database/database.sqlite
fi
# make sure we own the volumes:
chown -R www-data:www-data -R $FIREFLY_PATH/storage
chmod -R 775 $FIREFLY_PATH/storage