Skip to content

Commit

Permalink
KYLO-3142: Fixed typo in setup wizard.
Browse files Browse the repository at this point in the history
  • Loading branch information
felten committed Nov 29, 2018
1 parent 92f0710 commit 87fdc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/setup/setup-wizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ if [ "$install_nifi" == "y" ] || [ "$install_nifi" == "Y" ] ; then
echo $encrypt_key > $nifi_home/ext-config/encrypt.key
fi

chnown $nifi_user:$nifi_group $nifi_home/ext-config/encrypt.key
chown $nifi_user:$nifi_group $nifi_home/ext-config/encrypt.key
chmod 400 $nifi_home/ext-config/encrypt.key

cat >> $nifi_home/current/bin/nifi-env.sh <<EOF
Expand Down

0 comments on commit 87fdc1e

Please sign in to comment.