HelperScripts-for-ProxmoxVE/tools
CanbiZ (MickLesk) b15e84e2ba
Cronmaster: fix unexpected EOF in update_cronmaster script (#14420)
The heredoc used <<EOF (unquoted), causing the \ inside it
to be executed during installation. This embedded the entire cronmaster.sh
source (~250 lines) into the update script, which contained backtick-style
constructs that caused 'unexpected EOF while looking for matching backtick'
at line 44 when the update script was later run.

Use <<'EOF' so the literal \ text is written to the file.
2026-05-11 22:03:46 +02:00
..
addon Cronmaster: fix unexpected EOF in update_cronmaster script (#14420) 2026-05-11 22:03:46 +02:00
copy-data chore: bump copyright to 2026 - happy new year (#10585) 2026-01-06 13:28:12 +01:00
headers SparkyFitness-Garmin: fix app name (#13325) 2026-03-26 22:08:45 +01:00
pve core: support optional POST_INSTALL_SCRIPT (var_post_install_script) hook (#14160) 2026-05-11 15:54:38 +02:00