Update install fix motd

master-updated
Alan Johnston 3 weeks ago committed by GitHub
parent 7d4ef284e8
commit 91c43a6d46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.