Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 161a989

Browse files
committed
Make Init DB Script Executable
Sets executable file flags on the init-db.sh. Also adjusts the shebang line.
1 parent 13d485b commit 161a989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • codex-processes-ap2-docker-test-setup/db

codex-processes-ap2-docker-test-setup/db/init-db.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e
33

44
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL

0 commit comments

Comments
 (0)