mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add missing symbolic links to avatars and custom
This commit is contained in:
parent
de428fae71
commit
4707d632d6
|
@ -39,4 +39,9 @@ if [[ ! -e /shared/seafile/conf/seahub.conf ]]; then
|
|||
fi
|
||||
|
||||
rm -f /opt/seafile/seafile-server-latest/runtime/seahub.conf
|
||||
ln -sf /shared/seafile/conf/seahub.conf /opt/seafile/seafile-server-latest/runtime/seahub.conf
|
||||
ln -sf /shared/seafile/conf/seahub.conf /opt/seafile/seafile-server-latest/runtime/seahub.conf
|
||||
ln -sf /shared/seafile/seahub-data /opt/seafile/seafile-server-latest/seahub-data
|
||||
rm -rf /opt/seafile/seafile-server-latest/seahub/media/avatars
|
||||
rm -rf /opt/seafile/seafile-server-latest/seahub/media/custom
|
||||
ln -sf /shared/seafile/seahub-data/avatars /opt/seafile/seafile-server-latest/seahub/media
|
||||
ln -sf /shared/seafile/seahub-data/custom /opt/seafile/seafile-server-latest/seahub/media
|
Loading…
Reference in a new issue