mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 07:02:29 +01:00
chmod to 0755, not 755. Fixes LP #431304
This commit is contained in:
@@ -1685,7 +1685,7 @@ def main(argv):
|
||||
logpath = os.path.join(wpath.log, 'wicd.log')
|
||||
if not os.path.exists(wpath.log):
|
||||
os.makedirs(wpath.log)
|
||||
os.chmod(wpath.log, 755)
|
||||
os.chmod(wpath.log, 0755)
|
||||
output = ManagedStdio(logpath)
|
||||
if os.path.exists(logpath):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user