chore(nix): nudge port offset

This commit is contained in:
Gregor Kleen 2021-08-23 14:19:48 +02:00
parent c3b453c147
commit 944f74744e

View File

@ -47,7 +47,7 @@ let
trap cleanup EXIT
export PORT_OFFSET=$(((16#$(whoami | sha256sum | head -c 16)) % 1000))
export PORT_OFFSET=$(((16#$(echo "fradrive $(whoami)" | sha256sum | head -c 16)) % 1000))
if [[ -z "$PGHOST" ]]; then
set -xe