From 47740f7875b5795e60361ca39c7bb75adb58e1a3 Mon Sep 17 00:00:00 2001 From: Magicalex Date: Wed, 29 Mar 2017 18:18:34 +0200 Subject: [PATCH] fix(): bad path --- .gitignore | 2 ++ run.sh | 2 +- s6.d/php/run | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0474b44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +docker-compose.yml +docker \ No newline at end of file diff --git a/run.sh b/run.sh index 6205740..36c6400 100644 --- a/run.sh +++ b/run.sh @@ -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 diff --git a/s6.d/php/run b/s6.d/php/run index e0b458a..e238021 100644 --- a/s6.d/php/run +++ b/s6.d/php/run @@ -1,2 +1,2 @@ #!/bin/sh -exec php-fpm7.1 +exec php-fpm7