Files
hassio-addons/gazpar2mqtt/rootfs/etc/cont-init.d/99-run.sh
2022-12-20 08:46:36 +00:00

12 lines
249 B
Bash
Executable File

#!/usr/bin/env bashio
# shellcheck shell=bash
##############
# 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?"