From b672954401a4c53248670b165e8fb9c8f8dab561 Mon Sep 17 00:00:00 2001 From: mikolaj92 <7442637+mikolaj92@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:04:10 +0100 Subject: [PATCH] fix: remove unnecessary msg_info/msg_ok block for service creation --- install/calibre-web-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 02a0d4936..28443517c 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -37,7 +37,6 @@ cd /opt/calibre-web $STD pip3 install --no-cache-dir -r requirements.txt msg_ok "Installed Python Dependencies" -msg_info "Creating Service" mkdir -p /opt/calibre-web/data cat </etc/systemd/system/calibre-web.service @@ -57,7 +56,6 @@ RestartSec=5 WantedBy=multi-user.target EOF systemctl enable -q --now calibre-web -msg_ok "Created Service" motd_ssh customize