From 7c5275e7668fb705f57a00e8a81d64886da88b66 Mon Sep 17 00:00:00 2001 From: Dan Bright Date: Mon, 16 Dec 2019 11:58:17 +0000 Subject: [PATCH] Update entrypoint.sh Fix a tiny, insignificant typo in a comment. --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4904e8a..14e072e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -30,7 +30,7 @@ if [ ! -e /var/www/app/public/version ] || [ "$INVOICENINJA_VERSION" != "$(cat / echo $INVOICENINJA_VERSION > /var/www/app/public/version fi -# fix permission for monted directories +# fix permission for mounted directories chown www-data:www-data /var/www/app/storage chown www-data:www-data /var/www/app/public/logo