Skip to content

Commit

Permalink
Fix jcliff default home to /usr/share/jcliff
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Aug 28, 2019
1 parent bf16925 commit 87511f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/jcliff
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -z "${JBOSS_HOME}" ]; then
exit 1
fi

readonly JCLIFF_HOME=${JCLIFF_HOME:-'/usr/share/jcliff-2.11.13'}
readonly JCLIFF_HOME=${JCLIFF_HOME:-'/usr/share/jcliff'}
if [ ! -d "${JCLIFF_HOME}" ]; then
echo "Provided JCLIFF_HOME is NOT a directory or does not exist: ${JCLIFF_HOME}."
exit 2
Expand Down

0 comments on commit 87511f4

Please sign in to comment.