nix: Fix nested postgrest-with-postgresql-x calls when -f is used

This commit is contained in:
Wolfgang Walther
2022-06-03 22:19:16 -05:00
committed by Steve Chavez
parent c228c37619
commit 30a6ae6241
+1 -1
View File
@@ -36,7 +36,7 @@ let
''
# avoid starting multiple layers of withTmpDb
if test -v PGRST_DB_URI; then
exec "$@"
exec "$_arg_command" "''${_arg_leftovers[@]}"
fi
setuplog="$tmpdir/setup.log"