This commit is contained in:
Alexandre
2026-02-18 17:10:48 +01:00
committed by GitHub
parent bda03bc48e
commit fac62e794f
8 changed files with 11 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
rm -r /app/config
ln -sf /config /app/config
chown -R "$PUID:$PGID" /config || true
cd /app || true
npm start