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)