From 4d3fd7bf7b575cf4a55f0325dab45453c97a4f11 Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 26 May 2024 19:01:16 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index dda8f98..2ea1e94 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -84,9 +84,10 @@ rshift() { if [ -f "${temperature_file}" ] ; then temperature=$(cat /tmp/temperature.txt) else - temperature=n/a + temperature=? fi echo "${temperature}K" + exit 1 elif [ ${cmd} == "disable" ] || [ ${cmd} == "off" ] ; then