Update restart_addon

This commit is contained in:
Alexandre
2022-10-18 19:19:28 +02:00
committed by GitHub
parent aeae83f490
commit a7bf2e097f

View File

@@ -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