fix permissions

This commit is contained in:
quackerd 2021-02-17 00:55:42 -05:00
parent 2d27aa720e
commit f9715b5914
Signed by: d
GPG Key ID: F73412644EDE357A
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -1,4 +1,5 @@
#!/bin/sh
set -xe
chown -R www-data:www-data /var/www/rainloop
service php7.3-fpm start
exec nginx -g "daemon off;"