From 351758b3bd3781e5fd55c2ab6af9ac3319292bd5 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 10 Feb 2015 09:27:36 -0500 Subject: [PATCH] typo typo in "roudcube" --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index a50b8aa6..dcca2535 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -40,7 +40,7 @@ elif [[ $VERSION != `cat /usr/local/lib/roundcubemail/version` ]]; then needs_update=1 #NODOC fi if [ $needs_update == 1 ]; then - echo installing roudcube webmail $VERSION... + echo installing roundcube webmail $VERSION... rm -f /tmp/roundcube.tgz wget -qO /tmp/roundcube.tgz http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/$VERSION/roundcubemail-$VERSION.tar.gz tar -C /usr/local/lib -zxf /tmp/roundcube.tgz