commit c7d42f3187463b5c42a48ef5bd5360db9bfa0109
parent 8f17d79ecaa1c811f24a50fc20d234b3a856b20d
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 4 Sep 2020 16:56:19 +0300
get_information(): information could also be found on the overrides
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/muw b/bin/muw
@@ -219,7 +219,7 @@ get_information() {
done < "$confdir/domains.csv"
if [ "$domain" = "${fulladdr##*@}" ]; then
- out "Your domain information was found on '$confdir/domains.csv'!'" \
+ out "Your domain information was found!'" \
"The following information will be used:" ""\
"Domain: $domain" \
"IMAP: $imap:$iport" \