From a6557afce458c74e36a46dadf33af435c1048a65 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 14:24:12 -0600 Subject: [PATCH] 1749846253 --- full_status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/full_status.sh b/full_status.sh index d77e866..9ab5e74 100644 --- a/full_status.sh +++ b/full_status.sh @@ -25,9 +25,9 @@ watch -n 10 chronyc tracking # i2c echo "Detecting I2C Devices" sudo i2cdetect -y 1 -pause +read -p "Press enter to continue" # rtc echo "Reading from hardware RTC" sudo hwclock -r -pause \ No newline at end of file +read -p "Press enter to continue" \ No newline at end of file