From dcfa155d7c582f05c7f0c4e1e4d1086478b26bb4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 2 Jul 2026 17:07:09 -0400 Subject: [PATCH] Update log add newline for -f --- log | 1 + 1 file changed, 1 insertion(+) diff --git a/log b/log index 727d098f..cb2c860d 100755 --- a/log +++ b/log @@ -44,6 +44,7 @@ if [ "$REALTIME" = "1" ] ; then elif [ "$1" = "-f" ] ; then while true; do cat /home/pi/CubeSatSim/frequency.txt + echo sleep 5 done else