mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-17 20:59:09 +02:00
Update restart_addon
This commit is contained in:
@@ -6,7 +6,7 @@ sleep 15
|
||||
|
||||
# force container environment
|
||||
for i in $(/usr/bin/env); do
|
||||
export "$i" || true
|
||||
export "$i" 2>/dev/null || true
|
||||
done
|
||||
|
||||
bashio::addon.restart
|
||||
|
||||
Reference in New Issue
Block a user