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

This commit is contained in:
Wolfgang Walther
2022-01-04 09:36:22 +01:00
committed by Wolfgang Walther
parent 57ff89be64
commit 5f43235370
+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"