Github user rhtyd commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1593#discussion_r76730939
  
    --- Diff: debian/cloudstack-usage.postinst ---
    @@ -43,6 +43,10 @@ case "$1" in
                 rm -rf /etc/cloudstack/usage/key
                 ln -s /etc/cloudstack/management/key /etc/cloudstack/usage/key
             fi
    +
    +        # Usage cache folder permissions
    +        chmod 0770 /var/cache/cloudstack/usage
    +        chgrp cloud /var/cache/cloudstack/usage
    --- End diff --
    
    Maybe we can use `debian/cloudstack-usage.dirs` for declaring/making 
directories? /cc @wido 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to