Change ownership of data and home directories to 'wger'

This commit is contained in:
Alexandre
2025-09-01 08:55:22 +02:00
committed by GitHub
parent 00387e978e
commit 29b44bfbb9

View File

@@ -36,8 +36,8 @@ echo "... align permissions"
set -o posix
export -p
) > /data/env.sh
chown -R 1000:1000 /data
chown -R 1000:1000 /home/wger
chown -R wger /data
chown -R wger /home/wger
chmod -R 777 /data
bashio::log.info "Starting nginx"