fix(): bad path

pull/14/head
Magicalex 2017-03-29 18:18:34 +02:00
parent ee39a27016
commit 47740f7875
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
docker-compose.yml
docker

2
run.sh
View File

@ -24,7 +24,7 @@ if [ -z "$FORUM_URL" ]; then
fi
# Set permissions
chown -R $UID:$GID /flarum /etc/nginx /etc/php7.1 /var/log /var/lib/nginx /tmp /etc/s6.d
chown -R $UID:$GID /flarum /etc/nginx /etc/php7 /var/log /var/lib/nginx /tmp /etc/s6.d
cd /flarum/app

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec php-fpm7.1
exec php-fpm7