core/script/server

14 lines
269 B
Plaintext
Raw Normal View History

2015-09-17 07:38:52 +00:00
#!/bin/sh
# Launch the application and any extra required processes locally.
2015-09-17 07:38:52 +00:00
# Stop on errors
set -e
2015-09-17 07:38:52 +00:00
cd "$(dirname "$0")/.."
# Ensure translations are up to date
python3 -m script.translations develop --all
# Start Home Assistant
python3 -m homeassistant -c config