From 7084d8c5bdd87dd3779bbe0544ecf6723e8e0016 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jan 2024 03:59:43 -0500 Subject: [PATCH] Update config force move of telem.txt --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index c85ecd12..f33cdae6 100755 --- a/config +++ b/config @@ -424,7 +424,7 @@ elif [ "$1" = "-C" ]; then sudo systemctl stop cubesatsim sudo systemctl stop rpitx - sudo mv /home/pi/CubeSatSim/telem.txt /home/pi/CubeSatSim/telem.txt.bk + sudo mv -f /home/pi/CubeSatSim/telem.txt /home/pi/CubeSatSim/telem.txt.bk sudo journalctl --rotate sudo journalctl --vacuum-time=1s