mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Do not create symlinks when bootstraping.
This commit is contained in:
parent
7814d43b12
commit
2ce0c35c1e
|
@ -3,6 +3,10 @@
|
|||
set -e
|
||||
set -o pipefail
|
||||
|
||||
if [[ $SEAFILE_BOOTSRAP != "" ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
dirs=(
|
||||
conf
|
||||
ccnet
|
||||
|
|
Loading…
Reference in a new issue