From cfc26d691e7e4fbdfb244a55b37456eb94cae01b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 24 Oct 2014 16:14:41 +0200 Subject: g-i-installation: fix how $NAME is derived --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 96d56589..63ed6791 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -22,7 +22,7 @@ fi # init # DISPLAY=localhost:$EXECUTOR_NUMBER -NAME=$JOB_NAME +NAME=$(echo $JOB_NAME | cut -d "_" -f2) VG=jenkins01 LV=/dev/${VG}/$NAME DISKSIZE_IN_GB=$1 -- cgit v1.2.3-70-g09d2