mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +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
|
||||
start_seahub
|
||||
|
||||
start_socat &
|
||||
sleep 1
|
||||
start_seahub
|
||||
watch_server &
|
||||
watch_seahub &
|
||||
logger &
|
||||
|
|
Loading…
Reference in a new issue