Skip to content

Commit

Permalink
Update scripts/mprocs-nix.sh
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Kodylow and coderabbitai[bot] committed Jul 13, 2024
1 parent 7a7070d commit 56c2425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/mprocs-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ fi
DEVIMINT_COMMAND=$1
MPROCS_PATH=$2

export FM_TEST_DIR="${TMP:-/tmp}/fm-$(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 4 || true)"
TMP="${TMP:-/tmp}"
export FM_TEST_DIR="${TMP}/fm-$(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 4 || true)"
export FM_FED_SIZE=4
export FM_PID_FILE="$FM_TEST_DIR/.pid"
export FM_LOGS_DIR="$FM_TEST_DIR/logs"
Expand Down

0 comments on commit 56c2425

Please sign in to comment.