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
|
def mkpath
|
||||||
unless exist?
|
unless exist?
|
||||||
super
|
super
|
||||||
chmod 0777
|
chmod 0775
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user