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