mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 10:31:26 +02:00
From dockerfile
This commit is contained in:
@@ -94,11 +94,11 @@ if [ -n "$(bashio::addon.port "80")" ] && [ "$(bashio::addon.port "80")" != 80 ]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Correct systemctl path
|
# Correct systemctl path
|
||||||
echo "... updating systemctl path"
|
#echo "... updating systemctl path"
|
||||||
if [[ -f /helpers/systemctl3.py ]]; then
|
#if [[ -f /helpers/systemctl3.py ]]; then
|
||||||
mv /helpers/systemctl3.py /bin/systemctl
|
# mv /helpers/systemctl3.py /bin/systemctl
|
||||||
chmod a+x /bin/systemctl
|
# chmod a+x /bin/systemctl
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# Improve streamlit cache
|
# Improve streamlit cache
|
||||||
#echo "... add streamlit cache"
|
#echo "... add streamlit cache"
|
||||||
|
|||||||
Reference in New Issue
Block a user