mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-08-15 10:36:50 +00:00
The JVM heap options were appended with >> which left the old defaults in place. Use sed to replace them instead. Also add the missing systemctl daemon-reload that ES requires after package installation before the service can be started. Closes #12111