From 91c43a6d46168842a57718ddfefa0a032f657b71 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 16 Jan 2026 16:11:08 -0500 Subject: [PATCH] Update install fix motd --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index c2c29cee..09e9aa9e 100755 --- a/install +++ b/install @@ -31,7 +31,7 @@ if [[ $(grep 'cubesatsim' /etc/motd) ]]; then echo "motd already updated" else echo "updating motd" - sudo sh -c 'echo /home/pi/CubeSatSim/motd.txt >> /etc/motd' + sudo sh -c 'cat /home/pi/CubeSatSim/motd.txt >> /etc/motd' fi FILE=/home/pi/CubeSatSim/command_tx