From cf7b97bcdc118ec9260e88f15e69e1eb7abf3601 Mon Sep 17 00:00:00 2001 From: mikolaj92 <7442637+mikolaj92@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:49:16 +0100 Subject: [PATCH] fix: apply remaining CrazyWolf13 inline suggestions --- ct/calibre-web.sh | 1 - install/calibre-web-install.sh | 10 ++++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 433345062..926fa1944 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -30,7 +30,6 @@ function update_script() { fi if check_for_gh_release "calibre-web" "janeczku/calibre-web"; then - msg_info "Stopping Service" systemctl stop calibre-web msg_ok "Stopped Service" diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 30b27e0c1..d204fd2a8 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -37,10 +37,9 @@ cd /opt/calibre-web $STD pip3 install --no-cache-dir -r requirements.txt msg_ok "Installed Python Dependencies" -mkdir -p /opt/calibre-web/data -msg_ok "Created Data Directory" - msg_info "Creating Service" +mkdir -p /opt/calibre-web/data + cat <