Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
efb6e7fdc5 fix: use quoted heredoc in isponsorblocktv CLI wrapper to prevent unbound variable error
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/78e2f706-8a17-478d-aca5-c3550b0e37ca
2026-03-20 20:54:02 +00:00
copilot-swe-agent[bot]
66140c714f Initial plan 2026-03-20 20:52:26 +00:00

View File

@@ -42,7 +42,7 @@ systemctl enable -q isponsorblocktv
msg_ok "Created Service"
msg_info "Creating CLI wrapper"
cat <<EOF >/usr/local/bin/iSponsorBlockTV
cat <<'EOF' >/usr/local/bin/iSponsorBlockTV
#!/usr/bin/env bash
export iSPBTV_data_dir="/var/lib/isponsorblocktv"