Update install fix motd

master-updated
Alan Johnston 6 months 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" echo "motd already updated"
else else
echo "updating motd" 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 fi
FILE=/home/pi/CubeSatSim/command_tx FILE=/home/pi/CubeSatSim/command_tx

Loading…
Cancel
Save

Powered by TurnKey Linux.