Files
Helper-Scripts-ProxmoxVE/install
CanbiZ (MickLesk) 21e0a8fced Fix cleanup issues in npm cache and rustup toolchain (#10107)
Issue 1 - BentoPDF (npm cache clean failure):
- npm cache clean --force can fail with ENOTEMPTY on corrupted caches
- Added npm cache verify before clean to detect/fix corruption
- Explicitly redirect stderr to suppress error noise

Issue 2 - Linkwarden (rustup toolchain removed too early):
- Script deleted ~/.rustup during build cleanup
- Later cleanup_lxc() tried to run 'cargo clean' without toolchain
- Now only remove cargo cache dirs, preserve ~/.rustup toolchain

Files changed:
- misc/core.func (cleanup_lxc function)
- install/linkwarden-install.sh (install script)
- ct/linkwarden.sh (update function)

Both changes improve reliability of container cleanup process.
2025-12-18 11:32:30 +01:00
..
2025-12-10 07:19:55 +01:00
2025-12-14 23:56:45 +01:00
2025-12-15 13:03:20 +01:00
2025-12-17 16:27:16 +01:00
2025-12-17 16:27:40 +01:00
2025-12-17 16:30:41 +01:00
2025-12-17 16:30:56 +01:00
2025-12-17 16:31:39 +01:00
2025-12-17 16:34:09 +01:00
2025-12-17 16:34:24 +01:00
2025-12-17 16:34:36 +01:00
2025-12-11 12:08:16 +01:00
2025-12-11 12:30:27 +01:00
2025-12-13 11:30:06 +01:00
2025-12-11 12:31:37 +01:00
2025-12-11 10:53:49 +01:00
2025-12-17 16:34:53 +01:00
2025-12-10 18:38:56 +01:00
2025-12-13 23:05:07 +01:00
2025-12-10 21:38:24 +01:00
2025-12-10 21:33:33 +01:00
2025-12-10 21:37:36 +01:00
2025-12-12 21:01:37 +01:00
2025-12-10 21:37:10 +01:00
2025-12-09 16:02:07 +01:00
2025-12-09 16:02:38 +01:00
2025-12-09 16:03:13 +01:00
2025-12-09 15:58:13 +01:00