Files
hassio-addons/gazpar2mqtt/rootfs/scripts/99-run.sh
2021-12-03 16:54:40 +01:00

11 lines
215 B
Bash

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