mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix typos in post-install script messages for clarity
This commit is contained in:
parent
ef508c319c
commit
ccba2f12ee
1 changed files with 2 additions and 2 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue