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