Correct the reference to jarfolder in the init script

Closes gh-4287
pull/4328/merge
Andy Wilkinson 9 years ago
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…
Cancel
Save