| ... | ... |
@@ -234,8 +234,10 @@ else |
| 234 | 234 |
fi |
| 235 | 235 |
|
| 236 | 236 |
# Create the destination directory and ensure it is writable by the user |
| 237 |
+# and read/executable by everybody for daemons (e.g. apache run for horizon) |
|
| 237 | 238 |
sudo mkdir -p $DEST |
| 238 | 239 |
sudo chown -R $STACK_USER $DEST |
| 240 |
+chmod 0755 $DEST |
|
| 239 | 241 |
|
| 240 | 242 |
# a basic test for $DEST path permissions (fatal on error unless skipped) |
| 241 | 243 |
check_path_perm_sanity ${DEST}
|