Commit 96b58da8 authored by Julien Muchembled's avatar Julien Muchembled

typo

parent b9857d17
#!/usr/bin/python -S
import os, sys
if os.environ['script_type'] == 'route-up':
if os.environ['script_type'] == 'up':
os.execlp('ip', 'ip', 'link', 'set', os.environ['dev'], 'up')
# Write into pipe external ip address received
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment