mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -51,6 +51,7 @@ for dir in "${dirs[@]}"
|
||||
do
|
||||
mkdir -p "$DATA_LOCATION/$dir"
|
||||
chown -R seafile:seafile "$DATA_LOCATION/$dir"
|
||||
if [ -d /shared/"$dir" ]; then rm /shared/"$dir"; fi
|
||||
ln -s "$DATA_LOCATION/$dir" /shared
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user