Skip to content

Commit

Permalink
Fix unstable function call naming
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Clark <[email protected]>
  • Loading branch information
BClark09 authored and Thomas Dietrich committed Mar 18, 2018
1 parent 52ed853 commit c4c47b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ show_main_menu() {
if [[ $choosenComponents == *"63"* ]]; then java_zulu_embedded; fi
if [[ $choosenComponents == *"Oracle Java 8"* ]]; then java_webupd8; fi
if [[ $choosenComponents == *"64"* ]]; then openhab2_setup; fi
if [[ $choosenComponents == *"openHAB unstable"* ]]; then openhab2_unstable_setup; fi
if [[ $choosenComponents == *"openHAB unstable"* ]]; then openhab2_setup unstable; fi
if [[ $choosenComponents == *"65"* ]]; then srv_bind_mounts && permissions_corrections && misc_system_settings; fi
if [[ $choosenComponents == *"66"* ]]; then samba_setup; fi
if [[ $choosenComponents == *"67"* ]]; then frontail_setup; fi
Expand Down

0 comments on commit c4c47b4

Please sign in to comment.