From 249f739717f5cf26e9ded5cf649fa4c4898b3e68 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 23 Apr 2024 13:24:59 +0200 Subject: [PATCH] Update entrypoint.sh Added images/gyms to chown command --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index acb25a8c..3eb00bd1 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -34,7 +34,7 @@ env | egrep -q '^POKEMONRAIDBOT_' && \ | tee -a config/config.json) # Do some permission setting for any data that might've been volume mounted in, otherwise stuff will fail in weird ways. -chown -R www-data:www-data config/config.json access/ custom/ images/pokemon* +chown -R www-data:www-data config/config.json access/ custom/ images/gyms/ images/pokemon* # Ensure we now have a valid config if [[ ! -a /var/www/html/config/config.json ]]; then