Files
hassio-addons/gazpar2mqtt/rootfs/etc/cont-init.d/99-run.sh
Alexandre 42bef66f08 Revert "chmod +x scripts"
This reverts commit 3351e5b29c.
2022-06-15 21:03:13 +02: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?"