From ccba2f12ee61aece0450408443c7cc7137fd7db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Fri, 1 Nov 2024 10:23:24 +0100 Subject: [PATCH] Fix typos in post-install script messages for clarity --- src/linux/scripts/postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/linux/scripts/postinstall.sh b/src/linux/scripts/postinstall.sh index 9c39b6afc..0a5799eea 100644 --- a/src/linux/scripts/postinstall.sh +++ b/src/linux/scripts/postinstall.sh @@ -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!"