Skip to content

Commit

Permalink
gc.sh start socat in background
Browse files Browse the repository at this point in the history
  • Loading branch information
ggogel committed Apr 17, 2023
1 parent e64ac78 commit d085480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seafile-server/scripts/gc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d085480

Please sign in to comment.