mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 14:33:39 +00:00
chmod for link children too
This commit is contained in:
@@ -340,8 +340,6 @@ class CfgYaml:
|
|||||||
|
|
||||||
# chmod
|
# chmod
|
||||||
if chmod:
|
if chmod:
|
||||||
lnkval = df_dict.get(self.key_dotfile_link, None)
|
|
||||||
if lnkval != self.lnk_children:
|
|
||||||
df_dict[self.key_dotfile_chmod] = str(format(chmod, 'o'))
|
df_dict[self.key_dotfile_chmod] = str(format(chmod, 'o'))
|
||||||
|
|
||||||
# add to global dict
|
# add to global dict
|
||||||
|
|||||||
Reference in New Issue
Block a user