Skip to content

Commit

Permalink
update with project-syncing action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 30, 2024
1 parent 0e180a2 commit df473c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

if pg_ctl status | grep -q 'no server running'; then
pg_start;
fi

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
parentdir="$(dirname "$DIR")"
pid="$parentdir/tmp/pids/server.pid"
Expand Down

0 comments on commit df473c7

Please sign in to comment.