| commit | af9a6cfb23ba769f1d4fcf231b092ec38965f086 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Tue Aug 13 02:08:04 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Aug 13 02:08:04 2013 +0000 |
| tree | f25190c09f96f7d3125aac6ff497f279ebf4cca8 | |
| parent | 6ce4f8e9c4a5968aadc3c6a98a278e6442cbbb2b [diff] | |
| parent | 376b6316608fe72bc4a0bd997e1c94f76b086588 [diff] |
Merge "Force $DEST to have wider permissions"
diff --git a/stack.sh b/stack.sh index aca49d0..6a24ed7 100755 --- a/stack.sh +++ b/stack.sh
@@ -234,8 +234,10 @@ fi # Create the destination directory and ensure it is writable by the user +# and read/executable by everybody for daemons (e.g. apache run for horizon) sudo mkdir -p $DEST sudo chown -R $STACK_USER $DEST +chmod 0755 $DEST # a basic test for $DEST path permissions (fatal on error unless skipped) check_path_perm_sanity ${DEST}