From 97e524e06751c7f20655193663be7ffb2f6eff0a Mon Sep 17 00:00:00 2001 From: Flums Date: Sun, 19 Feb 2012 11:04:40 +0100 Subject: Changed rm -rf command, in case the cd command should fail. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fc98ba..14eb8e0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run the following commands to install Norwegian language to your Zimbra installa ```shell cd /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/ -rm -rf *_no.properties* +rm -rf /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/*_no.properties* wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/AjxMsg_no.properties wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/I18nMsg_no.properties -- cgit