From 449ebe5164ad9d2ba1e7d61bbae8e4101b703490 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 26 Apr 2020 16:40:34 +0300 Subject: Stuff --- postgrest/start-postgrest.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'postgrest/start-postgrest.sh') diff --git a/postgrest/start-postgrest.sh b/postgrest/start-postgrest.sh index 5995898..f74e180 100755 --- a/postgrest/start-postgrest.sh +++ b/postgrest/start-postgrest.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Insert env vars into postgrest.conf envsubst < postgrest.conf > postgrest.conf.tmp mv postgrest.conf.tmp postgrest.conf + ./postgrest postgrest.conf -- cgit v1.3