diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-24 16:25:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-24 16:25:49 +0200 |
commit | 36192840d0365c9b832e07c0c8bcdae7ca114400 (patch) | |
tree | 861d04b52a7257a18df4f225ca74db60fb8089e1 | |
parent | cfc26d691e7e4fbdfb244a55b37456eb94cae01b (diff) | |
download | jenkins.debian.net-36192840d0365c9b832e07c0c8bcdae7ca114400.tar.xz |
fix typo
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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 |