mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-11 18:09:55 +02:00
Update 20-folders.sh
This commit is contained in:
@@ -28,3 +28,5 @@ for file in $(grep -sril '/photos' /etc); do sed -i "s|/photos|$DATA_LOCATION|g"
|
|||||||
if [ -f /photos ]; then rm -r /photos; fi
|
if [ -f /photos ]; then rm -r /photos; fi
|
||||||
ln -sf "$DATA_LOCATION" /photos
|
ln -sf "$DATA_LOCATION" /photos
|
||||||
chown -R "$PUID":"$PGID" /photos
|
chown -R "$PUID":"$PGID" /photos
|
||||||
|
|
||||||
|
mkdir -p "$MACHINE_LEARNING_CACHE_FOLDER" "$TYPESENSE_DATA_DIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user