diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-01 18:26:06 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 18:26:06 +0200 |
commit | f212c2da572e5c39d0017a74d1292ff30277b94c (patch) | |
tree | 3940c1aa6ea0ae6ad4811ec98f680b870f9eb781 /bin | |
parent | f5b2135d8cd701fb8845bd621d9bd6a0b0b51491 (diff) | |
download | jenkins.debian.net-f212c2da572e5c39d0017a74d1292ff30277b94c.tar.xz |
shrugs
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jenkins_node_wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index dcd644e5..e19d5033 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -62,7 +62,7 @@ allowed_cmds=() if [[ "$*" =~ /bin/nc\ localhost\ 4949 ]] ; then exec /bin/nc localhost 4949 ; croak "Exec failed"; -elif [[ "$0" =~ rebootstrap_.* ]] ; then +elif [[ "$*" =~ rebootstrap_.* ]] ; then REBOOTSTRAPSH="/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh" shift export LC_ALL=C |