Commit 1ef68ef2 authored by Andy Wilkinson's avatar Andy Wilkinson

Correct the reference to jarfolder in the init script

Closes gh-4287
parent f54b5d7a
...@@ -57,7 +57,7 @@ if [[ -z "$identity" ]]; then ...@@ -57,7 +57,7 @@ if [[ -z "$identity" ]]; then
if [[ -n "$init_script" ]]; then if [[ -n "$init_script" ]]; then
identity="${init_script}" identity="${init_script}"
else else
identity=$(basename "${jarfile%.*}")_${jar_folder//\//} identity=$(basename "${jarfile%.*}")_${jarfolder//\//}
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment