hass-core/script/bootstrap
2015-09-17 00:38:52 -07:00

9 lines
190 B
Bash
Executable file

#!/bin/sh
# script/bootstrap: Resolve all dependencies that the application requires to
# run.
cd "$(dirname "$0")/.."
script/bootstrap_server
script/bootstrap_frontend