Update 99-run.sh

This commit is contained in:
Alexandre
2025-06-09 07:37:23 +02:00
committed by GitHub
parent d6e64ad421
commit c29e7f94c2

View File

@@ -1,11 +1,11 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
set -euo pipefail
bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash."
bashio::log.warning "Warning - minimum configuration recommended: 2 CPU cores and 4 GB of memory. Otherwise the system may become unresponsive or crash."
##############
# LAUNCH APP #
##############
python -u /app/flaresolverr.py
exec /usr/bin/dumb-init -- python -u /app/flaresolverr.py