diff options
Diffstat (limited to 'postgrest/start-postgrest.sh')
| -rwxr-xr-x | postgrest/start-postgrest.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/postgrest/start-postgrest.sh b/postgrest/start-postgrest.sh new file mode 100755 index 0000000..5995898 --- /dev/null +++ b/postgrest/start-postgrest.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +envsubst < postgrest.conf > postgrest.conf.tmp +mv postgrest.conf.tmp postgrest.conf +./postgrest postgrest.conf |
