From cb5c499096ca6652579fa1044875a54ff2725083 Mon Sep 17 00:00:00 2001 From: Vitamin-X Date: Fri, 24 Jun 2022 16:21:32 +0000 Subject: [PATCH] Update debian.sh the file /etc/envirnment ist just a path it looks like that PATH="/bin" --- lxc/nginx-proxy-manager/install/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/nginx-proxy-manager/install/debian.sh b/lxc/nginx-proxy-manager/install/debian.sh index 3f27c2d..37e4aad 100644 --- a/lxc/nginx-proxy-manager/install/debian.sh +++ b/lxc/nginx-proxy-manager/install/debian.sh @@ -78,7 +78,7 @@ log "Installing python" runcmd apt-get install -y -q --no-install-recommends python3 python3-distutils python3-venv python3 -m venv /opt/certbot/ export PATH=/opt/certbot/bin:$PATH -grep -qo "/opt/certbot" /etc/environment || echo "$PATH" > /etc/environment +grep -qo "/opt/certbot" /etc/environment || echo "PATH=\"$PATH\"" > /etc/environment # Install certbot and python dependancies runcmd wget -qO - https://bootstrap.pypa.io/get-pip.py | python - if [ "$(getconf LONG_BIT)" = "32" ]; then