mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
fix: address PR review feedback
- Rename service: cps.service → calibre-web.service (consistency) - Fix logo URL: /webp/ → /webp/flat/ (required CDN format) - Remove git submodule: skills/qmd (accidental addition) Resolves review comments from greptile-apps[bot]
This commit is contained in:
@@ -65,7 +65,7 @@ msg_ok "Created Data Directory"
|
||||
# =============================================================================
|
||||
|
||||
msg_info "Creating Service"
|
||||
cat <<EOF >/etc/systemd/system/cps.service
|
||||
cat <<EOF >/etc/systemd/system/calibre-web.service
|
||||
[Unit]
|
||||
Description=Calibre-Web Service
|
||||
After=network.target
|
||||
@@ -81,7 +81,7 @@ RestartSec=5
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
EOF
|
||||
systemctl enable -q --now cps
|
||||
systemctl enable -q --now calibre-web
|
||||
msg_ok "Created Service"
|
||||
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user