gc.sh start socat in background

This commit is contained in:
Gerrit Gogel 2023-04-17 13:03:54 +02:00 committed by GitHub
parent e64ac78e3b
commit d085480ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,5 +20,5 @@ if [[ $SEAFILE_SERVER != *"pro"* ]]; then
echo "Seafile CE: Offline garbage collection completed. Starting Seafile."
sleep 3
$SEAFILE_DIR/seafile.sh start
start_socat
start_socat &
fi