diff --git a/full_status.sh b/full_status.sh index 1956190..4fd0ecf 100644 --- a/full_status.sh +++ b/full_status.sh @@ -71,5 +71,11 @@ echo "hwclock status" sudo hwclock --verbose hold_for_enter +# root crontab +clear +echo "root crontab" +sudo crontab -l +hold_for_enter + # clean up clear \ No newline at end of file