sudo:ver.bump

This commit is contained in:
blue-devil
2020-05-19 02:14:15 +03:00
parent bce62cd4ed
commit 39ab10c02f
4 changed files with 25 additions and 15 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
# The list above is general, some paths may not exist depending on the configuration
if os.path.exists(_file):
os.system("/bin/chown -R %s %s" % (perms[1], _file))
os.system("/bin/chmod %s %s" % (perms[0], _file))
os.system("/bin/chmod %s %s" % (perms[0], _file))