From aec826bbb3e1cf235e7513fbb0c33aff665c26b5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 19 Aug 2024 08:03:54 -0400 Subject: [PATCH] Update commafeed.sh tweak --- ct/commafeed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/commafeed.sh b/ct/commafeed.sh index 34c50868..7b8b16b6 100644 --- a/ct/commafeed.sh +++ b/ct/commafeed.sh @@ -65,7 +65,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v wget -q https://github.com/Athou/commafeed/releases/download/${RELEASE}/commafeed-${RELEASE}-h2-jvm.zip unzip -q commafeed-${RELEASE}-h2-jvm.zip rsync -a --exclude 'data/' commafeed-${RELEASE}-h2/ /opt/commafeed/ - rm -rf commafeed-${RELEASE}-h2-jvm.zip + rm -rf commafeed-${RELEASE}-h2 commafeed-${RELEASE}-h2-jvm.zip echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP} to ${RELEASE}"