diff options
-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 |