fix: address remaining heredoc and trailing blank line comments

This commit is contained in:
mikolaj92 2026-02-10 11:00:19 +01:00
parent 7aafdd793a
commit 36a3f33031

View File

@ -40,7 +40,7 @@ msg_ok "Installed Python Dependencies"
msg_info "Creating Service"
mkdir -p /opt/calibre-web/data
cat <<EOF
cat <<EOF >/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