fix: apply reviewer suggestion for service creation block

This commit is contained in:
mikolaj92 2026-02-10 11:06:23 +01:00
parent b672954401
commit 8d7d6ee5f3

View File

@ -37,6 +37,7 @@ cd /opt/calibre-web
$STD pip3 install --no-cache-dir -r requirements.txt $STD pip3 install --no-cache-dir -r requirements.txt
msg_ok "Installed Python Dependencies" msg_ok "Installed Python Dependencies"
msg_info "Creating Service"
mkdir -p /opt/calibre-web/data mkdir -p /opt/calibre-web/data
cat <<EOF >/etc/systemd/system/calibre-web.service cat <<EOF >/etc/systemd/system/calibre-web.service