mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:25:53 +00:00
fix certbot
This commit is contained in:
@@ -115,7 +115,7 @@ function update_script() {
|
|||||||
cp -r frontend/app-images/* /app/frontend/images
|
cp -r frontend/app-images/* /app/frontend/images
|
||||||
cp -r backend/* /app
|
cp -r backend/* /app
|
||||||
cp -r global/* /app/global
|
cp -r global/* /app/global
|
||||||
|
|
||||||
# Update Certbot and plugins in virtual environment
|
# Update Certbot and plugins in virtual environment
|
||||||
if [ -d /opt/certbot ]; then
|
if [ -d /opt/certbot ]; then
|
||||||
$STD /opt/certbot/bin/pip install --upgrade certbot certbot-dns-cloudflare
|
$STD /opt/certbot/bin/pip install --upgrade certbot certbot-dns-cloudflare
|
||||||
|
|||||||
Reference in New Issue
Block a user