Update 99-run.sh

This commit is contained in:
Alexandre
2022-09-14 16:25:11 +02:00
committed by GitHub
parent b33644a519
commit 1e3624ccde

View File

@@ -51,7 +51,6 @@ for dir in "${dirs[@]}"
do
mkdir -p "$DATA_LOCATION/$dir"
chown -R seafile:seafile "$DATA_LOCATION/$dir"
rm /shared/"$dir"
ln -s "$DATA_LOCATION/$dir" /shared
chown -R seafile:seafile "/shared/$dir"
done