From e185586ee4cf25b8800a0446b6a2d8a4ecad57e9 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Thu, 6 Mar 2025 15:36:08 -0500 Subject: [PATCH] fix typo --- install/calibre-web-automated-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/calibre-web-automated-install.sh b/install/calibre-web-automated-install.sh index f42a41f..3f4f056 100644 --- a/install/calibre-web-automated-install.sh +++ b/install/calibre-web-automated-install.sh @@ -84,7 +84,7 @@ $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 +chmod +x check-cwa-services.sh ingest-service.sh change-detector.sh echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Setup ${APPLICATION}"