Commit a4d18851 by Oliver Pinter

silence

parent f28b66d3
#!/bin/sh #!/bin/sh
export LOGLEVEL=DEBUG #export LOGLEVEL=DEBUG
pkg install -y devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite security/sudo pkg install -y devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite security/sudo
......
...@@ -92,7 +92,7 @@ class Context(BaseContext): ...@@ -92,7 +92,7 @@ class Context(BaseContext):
@staticmethod @staticmethod
def restart_networking(): def restart_networking():
logger.debug("restart_networking") logger.debug("restart_networking")
logger.debug("XXX restart_networking disabled") #logger.debug("XXX restart_networking disabled")
pass pass
#subprocess.call(['/usr/sbin/service', 'netif', 'restart']) #subprocess.call(['/usr/sbin/service', 'netif', 'restart'])
......
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