From 04f9a36160a2db12fc4e3290154103731b62a671 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 14:31:01 -0600 Subject: [PATCH] 1749846662 --- full_status.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/full_status.sh b/full_status.sh index c3128f7..f8b20cc 100644 --- a/full_status.sh +++ b/full_status.sh @@ -26,10 +26,12 @@ watch -n 10 chronyc tracking clear echo -e "Detecting I2C Devices\n" sudo i2cdetect -y 1 -read -p -e "\nPress ENTER to Continue..." +echo -e "\nPress ENTER to Continue..." +read -p "" # rtc clear echo -e "Reading from hardware RTC\n" sudo hwclock -r -read -p -e "\nPress ENTER to Continue..." \ No newline at end of file +echo -e "\nPress ENTER to Continue..." +read -p "" \ No newline at end of file