Commit 1ce62058 by Oliver Pinter

much more log....

parent cee84296
#!/bin/sh #!/bin/sh
setenv LOGLEVEL DEBUG
pkg install -y devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite pkg install -y devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite
grep "^cloud:" /etc/passwd > /dev/null grep "^cloud:" /etc/passwd > /dev/null
......
...@@ -80,6 +80,7 @@ class Context(BaseContext): ...@@ -80,6 +80,7 @@ class Context(BaseContext):
@staticmethod @staticmethod
def restart_networking(): def restart_networking():
logger.debug("restart_networking")
subprocess.call(['/usr/sbin/service', 'netif', 'restart']) subprocess.call(['/usr/sbin/service', 'netif', 'restart'])
@staticmethod @staticmethod
......
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 sign in to comment