added line break in motd

pull/89/head
alanbjohnston 5 years ago committed by GitHub
parent ab462cfec8
commit 15f743b3d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,9 @@ fi
sudo sed -i 's/config.sh/config /g' /etc/motd sudo sed -i 's/config.sh/config /g' /etc/motd
sudo sed -i 's/installed and/installed\nand/g' /etc/motd
cd /home/pi/CubeSatSim cd /home/pi/CubeSatSim
@ -51,7 +54,7 @@ fi
grep 'update' /home/pi/CubeSatSim/.updated grep 'update' /home/pi/CubeSatSim/.updated
if [[ $(grep 'update' /home/pi/CubeSatSim/.updated) ]]; then if [[ $(grep 'update' /home/pi/CubeSatSim/.updated) ]]; then
echo "update script updated" echo "update script updated, running again"
/home/pi/CubeSatSim/update /home/pi/CubeSatSim/update
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.