Adjust organizr version to v2-2

This commit is contained in:
Alexandre
2026-01-11 08:29:47 +01:00
parent 6014220e82
commit bf6be70610
3 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
# shellcheck shell=bash
set -e
PUID="$(bashio::config 'PUID')"
PGID="$(bashio::config 'PGID')"
echo "Creating /data/organizr"
mkdir -p /data/organizr
chown -R "$PUID:$PGID" /data