From 81081e7e0b4a1bb99e8bef249a0a8acee55a5603 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 22 Jun 2022 15:46:29 +0200 Subject: [PATCH] install_roundcube.sh: a minor change to scriot output. --- install_roundcube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_roundcube.sh b/install_roundcube.sh index 7a8cf93..9727b92 100755 --- a/install_roundcube.sh +++ b/install_roundcube.sh @@ -233,7 +233,7 @@ VACATION_PLUGIN=false VACATION_SIEVE=false _OK=false echo "" -echo "With which method should an E-Mail Responder be realized??" +echo "With which method should an E-Mail Responder be realized?" echo "" echo " [1] Plugin 'vacation'" echo " [2] With a sive script using managesieve plugin"