Correct the reference to jarfolder in the init script
Closes gh-4287
This commit is contained in:
parent
f54b5d7ac1
commit
1ef68ef231
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue