cleaner: don't change permissions on paths marked skip_clean
This commit is contained in:
parent
e38dd0b764
commit
e5cd33c7a9
@ -80,7 +80,7 @@ class Cleaner
|
|||||||
path.unlink unless @f.skip_clean? path
|
path.unlink unless @f.skip_clean? path
|
||||||
elsif not path.symlink?
|
elsif not path.symlink?
|
||||||
# Fix permissions
|
# Fix permissions
|
||||||
clean_file_permissions path
|
clean_file_permissions(path) unless @f.skip_clean? path
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user