Update 90-spotweb

https://github.com/alexbelgium/hassio-addons/issues/1051
This commit is contained in:
Alexandre
2023-12-04 22:42:46 +01:00
committed by GitHub
parent 86342da7da
commit 09202dfb07

View File

@@ -123,7 +123,10 @@ else
fi
# Adapt cache permissions
mkdir -p /app/cache
mkdir -p /data/cache
# Create symlink
if [ -d /app/cache ]; then rm -r /app/cache; fi
ln -s /data/cache /app/
chmod -R 777 /app/cache
# Run check-cache at boot to fix potential cache problems