mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 15:11:20 +01:00
Update 90-run.sh
This commit is contained in:
@@ -8,7 +8,8 @@ mkdir -p "$CONFIG_LOCATION"
|
||||
if [ -d /data/config ]; then rm -r /data/config; fi
|
||||
cp -rnT /app/config "$CONFIG_LOCATION"
|
||||
rm -r /app/config
|
||||
cp -rT /app /data
|
||||
cp -rn /app/* /data
|
||||
cp -rn /app/.next /data
|
||||
rm -r /app
|
||||
ln -s "$CONFIG_LOCATION" /data/config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user