Browse Source

Correct the reference to jarfolder in the init script

Closes gh-4287
pull/4328/merge
Andy Wilkinson 10 years ago
parent
commit
1ef68ef231
  1. 2
      spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script

2
spring-boot-tools/spring-boot-loader-tools/src/main/resources/org/springframework/boot/loader/tools/launch.script

@ -57,7 +57,7 @@ if [[ -z "$identity" ]]; then @@ -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