From 70344e5f8f1de4c35387de925dc6c790de9740ba Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Sun, 8 Mar 2026 18:28:35 -0700 Subject: [PATCH] Use protonmailbridge-configure for both initialization and later configuration. --- ct/protonmail-bridge.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/protonmail-bridge.sh b/ct/protonmail-bridge.sh index ff601000..793fc64c 100644 --- a/ct/protonmail-bridge.sh +++ b/ct/protonmail-bridge.sh @@ -75,5 +75,5 @@ description msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW}One-time initialization is required before Bridge services are enabled.${CL}" -echo -e "${TAB}${YW}Run this command in the container: protonmailbridge-init${CL}" +echo -e "${INFO}${YW}One-time configuration is required before Bridge services are enabled.${CL}" +echo -e "${TAB}${YW}Run this command in the container: protonmailbridge-configure${CL}"