Skip to content

Commit b5e45ac

Browse files
committed
Create var directories and fix config file names
1 parent 92b3426 commit b5e45ac

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
echo "**** Setting up heyu ****"
88

99
mkdir -p /config/heyu
10+
mkdir -p /usr/local/var/tmp/heyu
11+
mkdir -p /usr/local/var/lock
1012

11-
12-
if [[ ! -f /config/heyu/x10config ]]; then
13-
cp /defaults/x10config.sample /config/heyu/x10config
13+
if [[ ! -f /config/heyu/x10.conf ]]; then
14+
cp /defaults/x10config.sample /config/heyu/x10.conf
1415
fi
1516

1617
if [[ ! -f /config/heyu/x10.sched ]]; then

0 commit comments

Comments
 (0)