mirror of
https://github.com/gryf/wicd.git
synced 2026-02-18 07:55:45 +01:00
create wpath.networks at run time if it doesn't exist
This commit is contained in:
@@ -1763,6 +1763,9 @@ def main(argv):
|
|||||||
# quit, this should be the only option specified
|
# quit, this should be the only option specified
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
if not os.path.exists(wpath.networks):
|
||||||
|
os.makedirs(wpath.networks)
|
||||||
|
|
||||||
if do_daemonize: daemonize()
|
if do_daemonize: daemonize()
|
||||||
|
|
||||||
if redirect_stderr or redirect_stdout:
|
if redirect_stderr or redirect_stdout:
|
||||||
|
|||||||
Reference in New Issue
Block a user