From dockerfile

This commit is contained in:
Alexandre
2025-03-20 22:46:19 +01:00
committed by GitHub
parent 3351863e74
commit 0ed555afc5

View File

@@ -94,11 +94,11 @@ if [ -n "$(bashio::addon.port "80")" ] && [ "$(bashio::addon.port "80")" != 80 ]
fi
# Correct systemctl path
echo "... updating systemctl path"
if [[ -f /helpers/systemctl3.py ]]; then
mv /helpers/systemctl3.py /bin/systemctl
chmod a+x /bin/systemctl
fi
#echo "... updating systemctl path"
#if [[ -f /helpers/systemctl3.py ]]; then
# mv /helpers/systemctl3.py /bin/systemctl
# chmod a+x /bin/systemctl
#fi
# Improve streamlit cache
#echo "... add streamlit cache"