summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-24 16:25:49 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-24 16:25:49 +0200
commit36192840d0365c9b832e07c0c8bcdae7ca114400 (patch)
tree861d04b52a7257a18df4f225ca74db60fb8089e1 /bin
parentcfc26d691e7e4fbdfb244a55b37456eb94cae01b (diff)
downloadjenkins.debian.net-36192840d0365c9b832e07c0c8bcdae7ca114400.tar.xz
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 63ed6791..d2da7187 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -22,7 +22,7 @@ fi
# init
#
DISPLAY=localhost:$EXECUTOR_NUMBER
-NAME=$(echo $JOB_NAME | cut -d "_" -f2)
+NAME=$(echo $JOB_NAME | cut -d "_" -f2-)
VG=jenkins01
LV=/dev/${VG}/$NAME
DISKSIZE_IN_GB=$1