From 0db39b87c504c44099519aea8a1c942bbc9259a5 Mon Sep 17 00:00:00 2001 From: Jaime Melis Date: Thu, 22 Jul 2010 18:27:06 +0200 Subject: [PATCH] bug in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3e85e71f06..7fdffd0d61 100755 --- a/install.sh +++ b/install.sh @@ -644,7 +644,7 @@ fi # --- Set correct permissions for Image Repository --- IMAGES_LOCATION=$(cd $IMAGES_LOCATION;pwd) -chown 3770 $IMAGES_LOCATION +chmod 3770 $IMAGES_LOCATION # --- Substitute variables ---