Skip to content

Commit

Permalink
DEPLOY-22 Have to resume background jobs in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
zlepper committed Oct 17, 2023
1 parent d5ed05b commit 33c1779
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-pg-bouncer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ PG_BOUNCER_PID=$!
kill -1 $PG_BOUNCER_PID
done
} &
fg $PG_BOUNCER_PID

jobs
fg %1

0 comments on commit 33c1779

Please sign in to comment.