From 69bea0be4ff8f8ee94186806840816e1a66624a7 Mon Sep 17 00:00:00 2001 From: Olli Graf Date: Fri, 5 Jun 2026 09:26:12 +0200 Subject: [PATCH] PISTRESS_HOME is only set if not set --- .pistressrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pistressrc b/.pistressrc index 601b192..7c4c8b8 100644 --- a/.pistressrc +++ b/.pistressrc @@ -1,4 +1,6 @@ -export PISTRESS_HOME=/home/pi/git/pistress +if [ -z ${PISTRESS_HOME} ]; then + export PISTRESS_HOME=/home/pi/git/pistress +fi export THERMAL_ZONE=/sys/class/thermal/thermal_zone0/temp export FIO_NUMJOBS=$(nproc)