From 0f023afeb391ed21ec927fafdc799b1fac69e82a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 12 Mar 2026 15:09:15 -0400 Subject: [PATCH] Update install also delete uptime file if update --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 13f9d3f0..2492d91e 100755 --- a/install +++ b/install @@ -14,6 +14,7 @@ if [ -f "$FILE" ]; then sudo rm /home/pi/CubeSatSim/telem.wav &>/dev/null sudo rm /home/pi/CubeSatSim/t.txt &>/dev/null + sudo rm /home/pi/CubeSatSim/uptime &>/dev/null if [ -z "$1" ] ; then checkout=0