mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
start seahub after socat and wait
fixes a race condition when checking if the initial admin user needs to be created
This commit is contained in:
parent
eebbff419f
commit
78042be14d
|
@ -46,9 +46,9 @@ function logger {
|
||||||
}
|
}
|
||||||
|
|
||||||
init_seahub
|
init_seahub
|
||||||
start_seahub
|
|
||||||
|
|
||||||
start_socat &
|
start_socat &
|
||||||
|
sleep 1
|
||||||
|
start_seahub
|
||||||
watch_server &
|
watch_server &
|
||||||
watch_seahub &
|
watch_seahub &
|
||||||
logger &
|
logger &
|
||||||
|
|
Loading…
Reference in a new issue