mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
gc.sh start socat in background
This commit is contained in:
parent
e64ac78e3b
commit
d085480ec6
|
@ -20,5 +20,5 @@ if [[ $SEAFILE_SERVER != *"pro"* ]]; then
|
||||||
echo "Seafile CE: Offline garbage collection completed. Starting Seafile."
|
echo "Seafile CE: Offline garbage collection completed. Starting Seafile."
|
||||||
sleep 3
|
sleep 3
|
||||||
$SEAFILE_DIR/seafile.sh start
|
$SEAFILE_DIR/seafile.sh start
|
||||||
start_socat
|
start_socat &
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue