Files
hassio-addons/gazpar2mqtt/rootfs/etc/cont-init.d/99-run.sh
Alexandre 258cb25ae4 lint
2022-02-18 13:28:08 +01:00

12 lines
249 B
Bash

#!/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?"