Skip to content

Commit

Permalink
KYLO-658 - Fixed typo in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymerrifield committed May 26, 2017
1 parent 541fd70 commit 39df452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/setup/setup-wizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ elif [ "$java_type" == "2" ] ; then
then
./java/install-java8.sh $current_dir -O
else
./java/install-java8.sh /opt/java
./java/install-java8.sh $kylo_home_folder
fi

elif [ "$java_type" == "3" ] ; then
Expand Down Expand Up @@ -177,9 +177,9 @@ if [ "$install_nifi" == "y" ] || [ "$install_nifi" == "Y" ] ; then
fi

if [ "$java_type" == "2" ] ; then
./java/change-nifi-java-home.sh /opt/java/current $nifi_home
./java/change-nifi-java-home.sh /opt/java/current $nifi_home/current
elif [ "$java_type" == "3" ] ; then
./java/change-nifi-java-home.sh $java_home $nifi_home
./java/change-nifi-java-home.sh $java_home $nifi_home/current
fi

if [ $offline = true ]
Expand Down

0 comments on commit 39df452

Please sign in to comment.