Skip to content

Commit

Permalink
fix no delayed rules on OH3
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi authored Dec 27, 2020
1 parent e7a9152 commit 0564864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/openhab.bash
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ openhab_setup() {
openhab_misc
create_systemd_dependencies
if [[ "$1" == "openHAB3" ]]; then
delayed_rules "yno"
delayed_rules "no"
else
delayed_rules "yes"
fi
Expand Down

0 comments on commit 0564864

Please sign in to comment.