From 9c17e368b110652effddcf1559e9a27808572347 Mon Sep 17 00:00:00 2001 From: mikolaj92 <7442637+mikolaj92@users.noreply.github.com> Date: Tue, 10 Feb 2026 08:41:15 +0100 Subject: [PATCH] fix: address CrazyWolf13 review feedback - Remove msg_info before mkdir (no need for msg block) - kept only for apt/pip (these generate stdout) Addressed reviewer comments from CrazyWolf13 (2026-02-10) --- install/calibre-web-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 7b336921a..30b27e0c1 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 Data Directory" mkdir -p /opt/calibre-web/data msg_ok "Created Data Directory"