From 6271870cad5db060cb1a64333d4383e3350777d9 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Thu, 6 Mar 2025 15:22:31 -0500 Subject: [PATCH] fix broken monitoring scripts by making them executable --- install/calibre-web-automated-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/calibre-web-automated-install.sh b/install/calibre-web-automated-install.sh index 0d6d033..f42a41f 100644 --- a/install/calibre-web-automated-install.sh +++ b/install/calibre-web-automated-install.sh @@ -43,7 +43,7 @@ curl -fsSLO https://github.com/pgaskin/kepubify/releases/latest/download/kepubif chmod +x kepubify-linux-64bit msg_ok "Installed Kepubify" -msg_info "Installing Calibre-Web" +msg_info "Installing Calibre-Web (Patience)" rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED mkdir -p /opt/calibre-web $STD apt-get install -y calibre @@ -83,6 +83,8 @@ $STD git checkout V${RELEASE} $STD pip install -r requirements.txt wget -q https://raw.githubusercontent.com/vhsdream/cwa-lxc/refs/heads/dev/proxmox-lxc.patch -O /opt/cwa.patch # not for production $STD git apply --whitespace=fix /opt/cwa.patch # not for production +cd scripts +chmod +x check-cwa-services.sh ingester-service.sh change-detector.sh echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Setup ${APPLICATION}"