diff --git a/IPython/kernel/scripts/ipcluster.py b/IPython/kernel/scripts/ipcluster.py index d4e87d4..1357094 100644 --- a/IPython/kernel/scripts/ipcluster.py +++ b/IPython/kernel/scripts/ipcluster.py @@ -411,7 +411,7 @@ bsub < $1 sshx_template_prefix="""#!/bin/sh """ -sshx_template_suffix=""""$@" &> /dev/null & +sshx_template_suffix=""""$@" > /dev/null 2>&1 & echo $! """