From 55f725a502011155f0943f2340ef3763f014ccc0 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 26 Apr 2020 15:48:24 +0300 Subject: Initial commit --- postgrest/start-postgrest.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 postgrest/start-postgrest.sh (limited to 'postgrest/start-postgrest.sh') 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 -- cgit v1.3