fix-chmod-on-install.patch
| install.sh | ||
|---|---|---|
| 653 | 653 | |
| 654 | 654 |
# --- Set correct permissions for Image Repository --- |
| 655 | 655 | |
| 656 |
if [ -d "$IMAGES_LOCATION" ]; then |
|
| 657 |
chmod 3770 $IMAGES_LOCATION |
|
| 656 |
if [ -d "$DESTDIR$IMAGES_LOCATION" ]; then
|
|
| 657 |
chmod 3770 $DESTDIR$IMAGES_LOCATION
|
|
| 658 | 658 |
fi |
| 659 | 659 |
else |
| 660 | 660 |
for d in `echo $DELETE_DIRS | awk '{for (i=NF;i>=1;i--) printf $i" "}'`; do
|