From f9e3a931ff00dfa876040d982d6452a515ed43b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Miko=C5=82ajczyk?= <7442637+mikolaj92@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:29:18 +0100 Subject: [PATCH] Update install/calibre-web-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/calibre-web-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 42d9b0348..6037cfbd9 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -37,9 +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_info "Creating Service" cat </etc/systemd/system/calibre-web.service +mkdir -p /opt/calibre-web/data [Unit] Description=Calibre-Web Service After=network.target