Files
ProxmoxVE/misc
CanbiZ (MickLesk) 972c9f8860 fix(tools): correct PATH escaping in ROCm profile script
The heredoc uses a quoted delimiter (ENVEOF) which disables variable expansion, but the content had backslash-escaped dollar signs. This wrote literal backslashes into /etc/profile.d/rocm.sh, causing PATH corruption. Remove the unnecessary backslashes since the quoted heredoc already prevents expansion during write.

Closes #12755
2026-03-12 08:39:29 +01:00
..