Fix typos in post-install script messages for clarity

This commit is contained in:
Théophile Diot 2024-11-01 10:23:24 +01:00
parent ef508c319c
commit ccba2f12ee
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -101,11 +101,11 @@ echo "Enabling and starting bunkerweb service..."
do_and_check_cmd systemctl enable bunkerweb
do_and_check_cmd systemctl start bunkerweb
echo "BunkerWeb has been successfully installed\! 🎉"
echo "BunkerWeb has been successfully installed! 🎉"
echo ""
echo "For more information on BunkerWeb, visit:"
echo " * Official website: https://www.bunkerweb.io"
echo " * Documentation: https://docs.bunkerweb.io"
echo " * Community Support: https://discord.bunkerity.com"
echo " * Commercial Support: https://panel.bunkerweb.io/order/support"
echo "Thank you for using BunkerWeb\!"
echo "Thank you for using BunkerWe!"