1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 23:31:50 +00:00

Update nginxproxymanager-install.sh (#676)

Fix typo 'Enviroment' > 'Environment
This commit is contained in:
Mathijs Groothuis 2024-12-04 16:30:37 +01:00 committed by GitHub
parent 67524454d7
commit 3ec3478b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ else
cd ./nginx-proxy-manager-${RELEASE} cd ./nginx-proxy-manager-${RELEASE}
msg_ok "Downloaded Nginx Proxy Manager v${RELEASE}" msg_ok "Downloaded Nginx Proxy Manager v${RELEASE}"
fi fi
msg_info "Setting up Enviroment" msg_info "Setting up Environment"
ln -sf /usr/bin/python3 /usr/bin/python ln -sf /usr/bin/python3 /usr/bin/python
ln -sf /usr/bin/certbot /opt/certbot/bin/certbot ln -sf /usr/bin/certbot /opt/certbot/bin/certbot
ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/sbin/nginx ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/sbin/nginx