From 09d04d5dc6acd8c0d33614ba073f12023902bb01 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 7 Jun 2021 07:40:35 -0400 Subject: [PATCH] fixed update motd change --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 25d142e7..4e9e29b9 100755 --- a/update +++ b/update @@ -10,7 +10,7 @@ if [ "$1" = "u" ]; then fi -sudo sed -i 's/config.sh/config /g' /etc/motd +sudo sed -i 's/update.sh/update /g' /etc/motd sudo sed -i 's/installed and/installed\nand/g' /etc/motd