Files
Helper-Scripts-ProxmoxVE/ct
MickLesk 15b5542ad6 fix(nginxproxymanager): reset PWD before certbot update to avoid deleted cwd
After building OpenResty, the script does cd /opt/openresty followed by
rm -rf /opt/openresty, leaving $PWD pointing to a deleted directory.
When pip runs in the certbot block, the subprocess inherits the invalid
PWD and fails with OSError: No such file or directory.

Add cd /root before the certbot block to reset to a valid directory.

Closes #13240
2026-03-23 21:53:35 +01:00
..
2026-03-23 15:32:43 +01:00
2026-03-18 21:41:02 +01:00
2026-03-16 17:33:32 +01:00
2026-03-16 17:45:22 +01:00
2026-03-21 20:06:04 +01:00
2026-03-20 14:41:15 +01:00
2026-03-21 19:56:02 +01:00
2026-03-15 20:08:39 +01:00
2026-03-23 20:43:17 +01:00
2026-03-18 18:35:43 +01:00
2026-03-18 08:18:04 +01:00
2026-03-18 08:43:40 +01:00
2026-03-20 09:06:25 +01:00
2026-03-18 11:55:32 +01:00
2026-03-22 09:40:31 +01:00
2026-03-15 23:12:11 +01:00
2026-03-16 09:15:45 +01:00