mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
set absolute PATH
This commit is contained in:
@@ -7,8 +7,8 @@ curl -sSL https://install.python-poetry.org | python3 -
|
|||||||
|
|
||||||
# Add poetry to the path
|
# Add poetry to the path
|
||||||
echo "**** ensuring poetry is in PATH ****"
|
echo "**** ensuring poetry is in PATH ****"
|
||||||
if ! grep -q "$HOME/.local/bin" /var/run/s6/container_environment/PATH; then
|
if ! grep -q "/config/.local/bin" /var/run/s6/container_environment/PATH; then
|
||||||
printf ':$HOME/.local/bin' >> /var/run/s6/container_environment/PATH
|
printf ':/config/.local/bin' >> /var/run/s6/container_environment/PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "**** poetry setup complete ****"
|
echo "**** poetry setup complete ****"
|
||||||
Reference in New Issue
Block a user