From 1b63cfa816a4194154740e899dc03eae32918fb8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 5 Jul 2026 09:52:31 -0400 Subject: [PATCH] Update log fix cat logr.txt --- log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log b/log index 72f809ac..472c8421 100755 --- a/log +++ b/log @@ -70,7 +70,7 @@ else echo -e "\nCommand and Control Log file also saved as /home/pi/CubeSatSim/logp.txt" elif [ "$1" = "-r" ]; then sudo journalctl -a -u frequency > /home/pi/CubeSatSim/logr.txt - cat /home/pi/CubeSatSim/logf.txt + cat /home/pi/CubeSatSim/logr.txt echo -e "\nFrequency Log file also saved as /home/pi/CubeSatSim/logf.txt" elif [ "$1" = "-f" ] ; then cat /home/pi/CubeSatSim/frequency.txt