From 8b81eb0c471fb6bd54fb7bc543e273556459aec4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 4 Jul 2026 07:21:29 -0400 Subject: [PATCH] Update log add blank line for -f --- log | 1 + 1 file changed, 1 insertion(+) diff --git a/log b/log index 81449726..020510dc 100755 --- a/log +++ b/log @@ -73,6 +73,7 @@ else echo -e "\nrigtcld Log file also saved as /home/pi/CubeSatSim/logr.txt" elif [ "$1" = "-f" ] ; then cat /home/pi/CubeSatSim/frequency.txt + echo else sudo journalctl -a -u cubesatsim > /home/pi/CubeSatSim/log.txt cat /home/pi/CubeSatSim/log.txt