summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-31 15:13:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-31 15:13:13 +0200
commit2a0bf0bd46ed991592ffaf6be39713e23b79ed50 (patch)
treea1887cc86287e976dbc8c1e8fdd8b916e2375adf /bin
parent9ce7e23e628dcc52ae3a8612ba09c44fef1f531d (diff)
downloadjenkins.debian.net-2a0bf0bd46ed991592ffaf6be39713e23b79ed50.tar.xz
really merge commands
Diffstat (limited to 'bin')
-rwxr-xr-xbin/jenkins_node_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
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)"