Correct the reference to jarfolder in the init script

Closes gh-4287
This commit is contained in:
Andy Wilkinson 2015-10-28 14:32:11 +00:00
parent f54b5d7ac1
commit 1ef68ef231

View File

@ -57,7 +57,7 @@ if [[ -z "$identity" ]]; then
if [[ -n "$init_script" ]]; then
identity="${init_script}"
else
identity=$(basename "${jarfile%.*}")_${jar_folder//\//}
identity=$(basename "${jarfile%.*}")_${jarfolder//\//}
fi
fi