We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe0cf5 commit 75eec45Copy full SHA for 75eec45
wordpress-startup-script.sh
@@ -379,7 +379,7 @@ echo -e "\e[32m"
379
echo "+--------------------------------------------------------------------+"
380
echo "| You have sucessfully installed Wordpress! System will now reboot...|"
381
echo "| |"
382
-echo -e "| \e[0mLogin to Wordpress in your browser:\e[36m" $ADDRESS"\e[32m |"
+echo -e "| \e[0mLogin to Wordpress in your browser:\e[36m" $FQDN"\e[32m |"
383
384
echo -e "| \e[0mPublish your server online! \e[36mhttps://goo.gl/iUGE2U\e[32m |"
385
@@ -456,6 +456,7 @@ echo
456
fi
457
458
## Reboot
459
+echo "Installations finished. System will now reboot..."
460
reboot
461
462
exit 0
0 commit comments