mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-06 00:55:15 +02:00
Update
This commit is contained in:
12
seerr/rootfs/etc/cont-init.d/99-run.sh
Normal file
12
seerr/rootfs/etc/cont-init.d/99-run.sh
Normal 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
|
||||
Reference in New Issue
Block a user