fix last bug

This commit is contained in:
Pascal Vizeli 2017-04-24 00:37:57 +02:00
parent 1048a52e2e
commit 6a706c91db

View file

@ -126,7 +126,6 @@ if [ "$INIT_SYSTEM" == "systemd" ]; then
sed -i "s|%%BIN_DIR%%|$BIN_DIR|g" "/etc/systemd/system/hassio-hc.service"
sed -i "s|%%BIN_DIR%%|$BIN_DIR|g" "/etc/systemd/system/hassio-supervisor.service"
systemctl enable hassio-hc.service
systemctl enable hassio-supervisor.service
systemctl start hassio-hc.service