From 36a3f330312b13e16818a48513a32252dca967c5 Mon Sep 17 00:00:00 2001 From: mikolaj92 <7442637+mikolaj92@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:00:19 +0100 Subject: [PATCH] fix: address remaining heredoc and trailing blank line comments --- install/calibre-web-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index d204fd2a8..02a0d4936 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -40,7 +40,7 @@ msg_ok "Installed Python Dependencies" msg_info "Creating Service" mkdir -p /opt/calibre-web/data -cat </etc/systemd/system/calibre-web.service [Unit] Description=Calibre-Web Service After=network.target @@ -65,5 +65,4 @@ customize msg_info "Cleaning up" apt -y autoremove apt -y autoclean - cleanup_lxc