Skip to content

Commit 92b3426

Browse files
committed
Fix setup of defaults
1 parent e1f21d4 commit 92b3426

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-homeassistant-heyu-setup

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-homeassistant-heyu-setup/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ ! -f /config/heyu/x10config ]]; then
1313
cp /defaults/x10config.sample /config/heyu/x10config
1414
fi
1515

16-
if [[ ! -f /config/heyu/x10config ]]; then
16+
if [[ ! -f /config/heyu/x10.sched ]]; then
1717
cp /defaults/x10.sched.sample /config/heyu/x10.sched
1818
fi
1919

0 commit comments

Comments
 (0)