From db6b6abf41c2fa5e663e07b25497adb29cb754c9 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:25:56 +0330 Subject: [PATCH] fix echo --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 029bb34..7c1426b 100644 --- a/menu.sh +++ b/menu.sh @@ -46,7 +46,7 @@ install_and_configure() { else echo "Installing and configuring Hysteria2..." bash <(curl -s https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/install.sh) - echo -e "\n\n\n" + echo -e "\n" if systemctl is-active --quiet hysteria-server.service; then echo "Installation and configuration complete."