mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-02 20:18:47 +02:00
Update ha_entrypoint.sh
This commit is contained in:
@@ -74,9 +74,12 @@ done
|
|||||||
# Starting container #
|
# Starting container #
|
||||||
######################
|
######################
|
||||||
|
|
||||||
echo " "
|
if [ "$$" -eq 1 ]; then
|
||||||
echo -e "\033[0;32mStarting the upstream container\033[0m"
|
sleep infinity
|
||||||
echo " "
|
else
|
||||||
|
echo " "
|
||||||
# Launch lsio mods
|
echo -e "\033[0;32mStarting the upstream container\033[0m"
|
||||||
if [ -f /docker-mods ]; then exec /docker-mods; fi
|
echo " "
|
||||||
|
# Launch lsio mods
|
||||||
|
if [ -f /docker-mods ]; then exec /docker-mods; fi
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user