Skip to content

Commit 75eec45

Browse files
author
Daniel Hansson
committed
use FQDN not address
1 parent ebe0cf5 commit 75eec45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wordpress-startup-script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ echo -e "\e[32m"
379379
echo "+--------------------------------------------------------------------+"
380380
echo "| You have sucessfully installed Wordpress! System will now reboot...|"
381381
echo "| |"
382-
echo -e "| \e[0mLogin to Wordpress in your browser:\e[36m" $ADDRESS"\e[32m |"
382+
echo -e "| \e[0mLogin to Wordpress in your browser:\e[36m" $FQDN"\e[32m |"
383383
echo "| |"
384384
echo -e "| \e[0mPublish your server online! \e[36mhttps://goo.gl/iUGE2U\e[32m |"
385385
echo "| |"
@@ -456,6 +456,7 @@ echo
456456
fi
457457

458458
## Reboot
459+
echo "Installations finished. System will now reboot..."
459460
reboot
460461

461462
exit 0

0 commit comments

Comments
 (0)