From 76be6af3dff0f7f3e0e407252a8681effa51bf40 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 4 Jul 2026 07:05:55 -0400 Subject: [PATCH] Update log change rigctld to frequency --- log | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log b/log index cb2c860d..81449726 100755 --- a/log +++ b/log @@ -40,7 +40,7 @@ if [ "$REALTIME" = "1" ] ; then cat /home/pi/CubeSatSim/logp.txt # echo -e "\nCommand and Control Log file also saved as /home/pi/CubeSatSim/logp.txt" elif [ "$1" = "-r" ]; then - sudo journalctl -af -u rigctld # > /home/pi/CubeSatSim/logr.txt + sudo journalctl -af -u frequency # > /home/pi/CubeSatSim/logr.txt elif [ "$1" = "-f" ] ; then while true; do cat /home/pi/CubeSatSim/frequency.txt @@ -68,7 +68,7 @@ else cat /home/pi/CubeSatSim/logp.txt echo -e "\nCommand and Control Log file also saved as /home/pi/CubeSatSim/logp.txt" elif [ "$1" = "-r" ]; then - sudo journalctl -a -u rigctld > /home/pi/CubeSatSim/logr.txt + sudo journalctl -a -u frequency > /home/pi/CubeSatSim/logr.txt cat /home/pi/CubeSatSim/logr.txt echo -e "\nrigtcld Log file also saved as /home/pi/CubeSatSim/logr.txt" elif [ "$1" = "-f" ] ; then