We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b3426 commit b5e45acCopy full SHA for b5e45ac
root/etc/s6-overlay/s6-rc.d/init-mod-homeassistant-heyu-setup/run
@@ -7,10 +7,11 @@
7
echo "**** Setting up heyu ****"
8
9
mkdir -p /config/heyu
10
+mkdir -p /usr/local/var/tmp/heyu
11
+mkdir -p /usr/local/var/lock
12
-
-if [[ ! -f /config/heyu/x10config ]]; then
13
- cp /defaults/x10config.sample /config/heyu/x10config
+if [[ ! -f /config/heyu/x10.conf ]]; then
14
+ cp /defaults/x10config.sample /config/heyu/x10.conf
15
fi
16
17
if [[ ! -f /config/heyu/x10.sched ]]; then
0 commit comments