mirror of
https://github.com/gryf/wicd.git
synced 2026-02-20 08:55:45 +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')
|
logpath = os.path.join(wpath.log, 'wicd.log')
|
||||||
if not os.path.exists(wpath.log):
|
if not os.path.exists(wpath.log):
|
||||||
os.makedirs(wpath.log)
|
os.makedirs(wpath.log)
|
||||||
os.chmod(wpath.log, 755)
|
os.chmod(wpath.log, 0755)
|
||||||
output = ManagedStdio(logpath)
|
output = ManagedStdio(logpath)
|
||||||
if os.path.exists(logpath):
|
if os.path.exists(logpath):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user