From 8b2ed25843c6c7df12cf566d80449bdbc010b6ab Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 12 Aug 2023 19:20:39 -0400 Subject: [PATCH] changed update test on telem_string.txt --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index c98bf161..937ef9be 100755 --- a/update +++ b/update @@ -182,7 +182,7 @@ git pull > .updated_p FLAG=1 fi -if [ ! -d "/home/pi/CubeSatSim/telem_string.txt" ]; then +if [ ! -f "/home/pi/CubeSatSim/telem_string.txt" ]; then sudo apt-get update && sudo apt-get dist-upgrade -y