mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
10 lines
159 B
Bash
10 lines
159 B
Bash
#!/usr/bin/env bashio
|
|
|
|
##############
|
|
# LAUNCH APP #
|
|
##############
|
|
|
|
bashio::log.info "Please wait while the app is loading !"
|
|
|
|
/./usr/local/bin/entrypoint.sh
|