You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/05/17 21:45:35 UTC

[GitHub] [trafficcontrol] traeak commented on a change in pull request #5855: t3c-apply: ensure files and directories are created with ats uid/gid

traeak commented on a change in pull request #5855:
URL: https://github.com/apache/trafficcontrol/pull/5855#discussion_r633888911



##########
File path: cache-config/t3c-apply/util/util.go
##########
@@ -408,6 +408,14 @@ func doMkDir(name string, cfg config.Cfg, all bool) bool {
 					log.Errorf("unable to create the directory '%s': %v", name, err)
 					return false
 				}
+
+				if uid > -1 && gid > -1 {

Review comment:
       changed as instructed




-- 
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.

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