mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Delete previous file
https://github.com/alexbelgium/hassio-addons/issues/435
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
#!/usr/bin/env 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
|
|
||||||
Reference in New Issue
Block a user