mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 13:06:28 +01:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
|
|
bashio::log.fatal 'Tunnel down, addon restarting in 15 seconds'
|
|
|
|
sleep 15
|
|
|
|
# force container environment
|
|
#for i in $(/usr/bin/env); do
|
|
#export "$i" 2>/dev/null || true
|
|
#done
|
|
|
|
bashio::addon.restart
|