mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 90-spotweb
https://github.com/alexbelgium/hassio-addons/issues/1051
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user