1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

bug in install.sh

This commit is contained in:
Jaime Melis 2010-07-22 18:27:06 +02:00
parent 9cbf3cac97
commit 0db39b87c5

View File

@ -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 ---