shwstppr commented on code in PR #166:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/pull/166#discussion_r2256938071


##########
config/config.go:
##########
@@ -391,6 +396,12 @@ func (c *Config) UpdateConfig(key string, value string, 
update bool) {
        }
 }
 
+func makeFileGroupPrivate(filePath string) {
+       if fi, err := os.Stat(filePath); err == nil && fi.Mode().IsRegular() {
+               _ = os.Chmod(filePath, 0660)

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to