summaryrefslogtreecommitdiff
path: root/cloudinit/config
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-22 20:58:50 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-22 20:58:50 -0700
commit1fefd65f888d7b245c8a221c3c2168fea5423259 (patch)
treec1da6d9b35f84f1fd07f74be76acb9e18ac56c8b /cloudinit/config
parentaff1783ff4c6b5afdbf42d474f3ab270b64b3d14 (diff)
downloadvyos-cloud-init-1fefd65f888d7b245c8a221c3c2168fea5423259.tar.gz
vyos-cloud-init-1fefd65f888d7b245c8a221c3c2168fea5423259.zip
Turn off capturing
Diffstat (limited to 'cloudinit/config')
-rw-r--r--cloudinit/config/cc_byobu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_byobu.py b/cloudinit/config/cc_byobu.py
index 38586174..4e2e06bb 100644
--- a/cloudinit/config/cc_byobu.py
+++ b/cloudinit/config/cc_byobu.py
@@ -68,4 +68,4 @@ def handle(name, cfg, _cloud, log, args):
log.debug("Setting byobu to %s", value)
- util.subp(cmd)
+ util.subp(cmd, capture=False)