From 957492de7c73a08215b1aca1cc5b68e537ceedae Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 11 Jun 2021 09:49:53 -0400 Subject: [PATCH] typo in rpitx service name --- log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log b/log index c68d8df5..7cbfc54f 100755 --- a/log +++ b/log @@ -3,7 +3,7 @@ echo -e "\nLog file script for CubeSatSim\n" if [ "$1" = "-r" ]; then - sudo journalctl -u journalctl > logr.txt + sudo journalctl -u rpitx > logr.txt cat logr.txt echo -e "\nLog file also saved as /home/pi/CubeSatSim/logr.txt" else