summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlums <philip@webcode.no>2012-02-19 11:04:40 +0100
committerFlums <philip@webcode.no>2012-02-19 11:04:40 +0100
commit97e524e06751c7f20655193663be7ffb2f6eff0a (patch)
treefc35ee35cf1d1235a12244e4e07eac9866d467d0
parent981d3ed2455778a1eab5c4117f10989cd4940a6a (diff)
downloadZimbra-Norwegian-97e524e06751c7f20655193663be7ffb2f6eff0a.tar.gz
Zimbra-Norwegian-97e524e06751c7f20655193663be7ffb2f6eff0a.tar.xz
Zimbra-Norwegian-97e524e06751c7f20655193663be7ffb2f6eff0a.zip
Changed rm -rf command, in case the cd command should fail.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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