Files
hassio-addons/transmission_openvpn/rootfs/usr/bin/restart_addon
2022-11-06 21:36:44 +01:00

7 lines
142 B
Plaintext

#!/usr/bin/env bashio
# shellcheck shell=bash
bashio::log.fatal 'Tunnel down, addon restarting in 15 seconds'
sleep 15
bashio::addon.restart