mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
11 lines
282 B
Bash
Executable File
11 lines
282 B
Bash
Executable File
#!/usr/bin/env bashio
|
|
# shellcheck shell=bash
|
|
|
|
bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash."
|
|
|
|
##############
|
|
# LAUNCH APP #
|
|
##############
|
|
|
|
python -u /app/flaresolverr.py
|