Update Installer.sh
Fixed oopsie
This commit is contained in:
parent
c9438d6b1b
commit
a3522138f0
@ -273,6 +273,7 @@ wget $GIT/$BRANCH/Tools/AddHost.sh -O /opt/AddHost.sh
|
|||||||
|
|
||||||
if [[ $dist == "Debian" ]]; then
|
if [[ $dist == "Debian" ]]; then
|
||||||
wget $GIT/$BRANCH/MOTD/greetings.sh -O /etc/profile.d/greeting.sh
|
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
|
fi
|
||||||
|
|
||||||
whiptail --title "Done!" --msgbox "Pi-Hole is now available on http://$IP/admin\n\nPress OK to continue." 10 78
|
whiptail --title "Done!" --msgbox "Pi-Hole is now available on http://$IP/admin\n\nPress OK to continue." 10 78
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user