Skip to content

Commit

Permalink
fix(): bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
Magicalex committed Mar 29, 2017
1 parent ee39a27 commit 47740f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docker-compose.yml
docker
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion s6.d/php/run
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec php-fpm7.1
exec php-fpm7

0 comments on commit 47740f7

Please sign in to comment.