From ab462cfec8420f45ae9ab0c2dcd6ac5bbced8d75 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 7 Jun 2021 07:31:07 -0400 Subject: [PATCH] fixed motd edit --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 5d5bbf65..27b17ddb 100755 --- a/update +++ b/update @@ -10,7 +10,7 @@ if [ "$1" = "u" ]; then fi -sudo sed -i 's/CubeSatSim/config.sh/CubeSatSim/config/g' /etc/motd +sudo sed -i 's/config.sh/config/g' /etc/motd cd /home/pi/CubeSatSim