Files
hassio-addons/gazpar2mqtt/rootfs/etc/cont-init.d/99-run.sh
2023-10-03 20:02:29 +02:00

13 lines
256 B
Bash
Executable File

#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
##############
# Launch App #
##############
echo " "
echo "Starting the app"
echo " "
python -u /app/gazpar2mqtt.py || echo "The app has crashed. Are you sure you entered the correct config options?"