Give the cache the same permissions as the installer does
This commit is contained in:
parent
d5a01de8e3
commit
3952a4acc6
@ -30,7 +30,7 @@ def cache
|
||||
def mkpath
|
||||
unless exist?
|
||||
super
|
||||
chmod 0777
|
||||
chmod 0775
|
||||
end
|
||||
end
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user