From 2a0bf0bd46ed991592ffaf6be39713e23b79ed50 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 31 Aug 2015 15:13:13 +0200 Subject: really merge commands --- bin/jenkins_node_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index fc4474a5..c768eb34 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -60,7 +60,7 @@ info "remote_host called with $*" allowed_cmds=() if [[ "$*" =~ /bin/nc\ localhost\ 4949 ]] ; then - exec nc localhost 4949 ; croak "Exec failed"; + exec /bin/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-70-g09d2