Turn off capturing

This commit is contained in:
Joshua Harlow 2012-06-22 20:58:50 -07:00
parent fa6ce05b95
commit 15e9b2907d

View File

@ -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)