Change ownership of systemplate directory recursively

This commit is contained in:
Alexandre
2025-08-25 14:57:27 +02:00
committed by GitHub
parent fdbd81e3b9
commit 69fe171f45

View File

@@ -51,7 +51,7 @@ if [ -d "${SYSTEMPLATE_DIR}" ]; then
cp /etc/hostname "${SYSTEMPLATE_DIR}/hostname" 2> /dev/null || true
cp /etc/resolv.conf "${SYSTEMPLATE_DIR}/resolv.conf"
fi
chown 1001 /opt/cool/systemplate
chown -R 1001 /opt/cool/systemplate
chmod -R 755 /opt/cool/systemplate
bashio::log.info "Starting Collabora Online..."