From 8d7d6ee5f321543db8b75d843246fc193189b00d Mon Sep 17 00:00:00 2001 From: mikolaj92 <7442637+mikolaj92@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:06:23 +0100 Subject: [PATCH] fix: apply reviewer suggestion for service creation block --- install/calibre-web-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 28443517c..e66fef4e3 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -37,6 +37,7 @@ 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