hass-core/script/bootstrap

10 lines
175 B
Text
Raw Normal View History

2015-09-17 00:38:52 -07:00
#!/bin/sh
# Resolve all dependencies that the application requires to run.
2015-09-17 00:38:52 -07:00
# Stop on errors
set -e
2015-09-17 00:38:52 -07:00
cd "$(dirname "$0")/.."
script/bootstrap_server
script/bootstrap_frontend