mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 18:59:19 +00:00
fix shared folders linking
This commit is contained in:
parent
7cff82ecc1
commit
541acbdd09
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ dirs=(
|
|||
for d in ${dirs[*]}; do
|
||||
src=/shared/seafile/$d
|
||||
if [[ -e $src ]]; then
|
||||
rm -rf /opt/seafile/$d && ln -sf $src /opt/seafile
|
||||
rm -rf /opt/seafile/$d
|
||||
ln -sf $src /opt/seafile
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue