From e22edd600a1bd821d42ed8095cdd4e767f15f822 Mon Sep 17 00:00:00 2001 From: KernelSailor Date: Mon, 29 Dec 2025 11:47:51 +0100 Subject: [PATCH] rm info notification at the end of script --- ct/tor-snowflake.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ct/tor-snowflake.sh b/ct/tor-snowflake.sh index c27e8a3cc..74ed6be57 100644 --- a/ct/tor-snowflake.sh +++ b/ct/tor-snowflake.sh @@ -66,6 +66,3 @@ build_container description msg_ok "Completed Successfully!\n" -echo -e "${CREATING}${GN}Tor Snowflake setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Snowflake proxy is running as a systemd service.${CL}" -echo -e "${INFO}${YW} Check status: systemctl status snowflake-proxy${CL}"