1
0
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:
Dan O'Reilly
2009-09-19 14:58:00 -04:00
parent f5866c0426
commit fe6d854cdf

View File

@@ -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: