diff options
author | Lassulus <Lassulus@googlemail.com> | 2011-05-24 14:58:47 +0200 |
---|---|---|
committer | Lassulus <Lassulus@googlemail.com> | 2011-05-24 14:58:47 +0200 |
commit | fe2a347513005bc5eda548903a8e821c04e45c2e (patch) | |
tree | 25de17a5eff1c4c4a477f627c69169d2d0341271 /.scripts | |
parent | f1ede8008c43a772eae2c0584256e25947105b6f (diff) |
optional parameter for starting tinc
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/tinc_multicast/retiolum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tinc_multicast/retiolum.py b/.scripts/tinc_multicast/retiolum.py index 51c42461..f8272088 100755 --- a/.scripts/tinc_multicast/retiolum.py +++ b/.scripts/tinc_multicast/retiolum.py @@ -287,7 +287,7 @@ logging.basicConfig(level=level) get_hostfiles(netname, "http://vpn.miefda.org/hosts.tar.gz", "http://vpn.miefda.org/hosts.md5") tar = subprocess.call(["tar -xzf /etc/tinc/" + netname + "/hosts/hosts.tar.gz -C /etc/tinc/" + netname + "/hosts/"], shell=True) -if option.tinc != false: +if option.tinc != False: start_tincd = subprocess.call(["tincd -n " + netname ],shell=True) sendfifo = Queue.Queue() #sendtext |