6 lines
104 B
Bash
6 lines
104 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./make_config.sh server
|
||
|
./make_custom_frontend.sh
|
||
|
|
||
|
python -m homeassistant --config /config
|