From e4e3104f26b1038d8f05959361650adaa54969e1 Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Fri, 22 Oct 2010 18:01:32 +0200 Subject: [PATCH] bug #372: global read permissions for disk file --- src/tm_mad/nfs/tm_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tm_mad/nfs/tm_clone.sh b/src/tm_mad/nfs/tm_clone.sh index f1a904ab6c..7ee131ce12 100755 --- a/src/tm_mad/nfs/tm_clone.sh +++ b/src/tm_mad/nfs/tm_clone.sh @@ -55,5 +55,5 @@ http://*) ;; esac -exec_and_log "chmod a+w $DST_PATH" +exec_and_log "chmod a+rw $DST_PATH"