mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 15:11:20 +01:00
Update restart_addon
This commit is contained in:
@@ -4,4 +4,9 @@ bashio::log.fatal 'Tunnel down, addon restarting in 15 seconds'
|
|||||||
|
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|
||||||
|
# force container environment
|
||||||
|
for i in $(/usr/bin/env); do
|
||||||
|
export "$i"
|
||||||
|
done
|
||||||
|
|
||||||
bashio::addon.restart
|
bashio::addon.restart
|
||||||
|
|||||||
Reference in New Issue
Block a user