From 9ce7e23e628dcc52ae3a8612ba09c44fef1f531d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 31 Aug 2015 15:09:18 +0200 Subject: allow the exact command used --- bin/jenkins_node_wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index 3334d3bf..fc4474a5 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -59,8 +59,8 @@ info "remote_host called with $*" allowed_cmds=() -if [[ "$*" =~ /bin/nc\ -q\ 0\ localhost\ 4949 ]] ; then - exec nc -q 0 localhost 4949 ; croak "Exec failed"; +if [[ "$*" =~ /bin/nc\ localhost\ 4949 ]] ; then + exec nc localhost 4949 ; croak "Exec failed"; elif [[ "$*" =~ rebootstrap_.* ]] ; then REBOOTSTRAPSH="/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh" REBOOTSTRAPSH="$REBOOTSTRAPSH HOST_ARCH=$(echo $1 | cut -d "_" -f2)" -- cgit v1.2.3-54-g00ecf