From a3522138f0e184abf8650b9b319fd91b22608c7c Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Mon, 25 Sep 2023 02:13:53 +0200 Subject: [PATCH] Update Installer.sh Fixed oopsie --- Installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Installer.sh b/Installer.sh index d9a5ddf..17fe946 100644 --- a/Installer.sh +++ b/Installer.sh @@ -273,6 +273,7 @@ wget $GIT/$BRANCH/Tools/AddHost.sh -O /opt/AddHost.sh if [[ $dist == "Debian" ]]; then wget $GIT/$BRANCH/MOTD/greetings.sh -O /etc/profile.d/greeting.sh + sed -i -e "s/%name%/$NAME/g" /etc/profile.d/greeting.sh fi whiptail --title "Done!" --msgbox "Pi-Hole is now available on http://$IP/admin\n\nPress OK to continue." 10 78