From c60745e387bcb551e0ce0b11c0a909bc01a1e011 Mon Sep 17 00:00:00 2001 From: mrchainman Date: Thu, 27 Feb 2020 13:32:02 +0100 Subject: [PATCH] Update mw fixed typo --- bin/mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mw b/bin/mw index 9d712c9..01ff2b3 100755 --- a/bin/mw +++ b/bin/mw @@ -180,7 +180,7 @@ EOF read -r title printf "\033[0m" done - printf "If you need a custom certificate file, please enter the path to it here (including the actual name), else leave it blank.\n\033[0m\\n\tCustom cert file(?): \033[36m" + printf "If you need a custom certificate file, please enter the path to it here (including the actual filename), else leave it blank.\n\033[0m\\n\tCustom cert file(?): \033[36m" read -r sslcertmbsync [ -z "$sslcertmbsync" ] && sslcertmbsync="$sslcert" printf "If your account has a special username different from your address, insert it now. Otherwise leave this prompt totally blank.\\n\033[34mMost accounts will not have a separate login, so you should probably leave this blank.\033[0m\\n\tLogin(?): \033[36m"