PISTRESS_HOME is only set if not set

This commit is contained in:
2026-06-05 09:26:12 +02:00
parent b296fdb2da
commit 69bea0be4f

View File

@@ -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)