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