mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 03:11:02 +01:00
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
#!/usr/bin/env bashio
|
|
# shellcheck shell=bash
|
|
|
|
bashio::log.fatal 'Tunnel down, addon restarting in 15 seconds'
|
|
sleep 15
|
|
touch /data/addonrestarted
|
|
bashio::addon.restart
|