From ca9dbe7a9ff35a34edd78bb4d69d2877098bc093 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Thu, 6 Mar 2025 16:07:46 -0500 Subject: [PATCH] CWA: chmod scripts after running update --- ct/calibre-web-automated.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/calibre-web-automated.sh b/ct/calibre-web-automated.sh index bfb5d7b..e7f73de 100644 --- a/ct/calibre-web-automated.sh +++ b/ct/calibre-web-automated.sh @@ -53,6 +53,8 @@ function update_script() { 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 cp -r /opt/cwa/root/app/calibre-web/cps/* /usr/local/lib/python3*/dist-packages/calibreweb/cps + cd scripts + chmod +x check-cwa-services.sh ingest-service.sh change-detector.sh msg_ok "Updated $APP to v${RELEASE}" msg_info "Starting $APP"