From 2fe24389d7adaa65b275644887e18bf5fb55f1d1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 3 Nov 2024 14:53:24 -0500 Subject: [PATCH] Update zoraxy.sh add `-rf` llags Signed-off-by: tteckster --- ct/zoraxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh index b91b7772..463e98dc 100644 --- a/ct/zoraxy.sh +++ b/ct/zoraxy.sh @@ -60,7 +60,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v msg_info "Updating $APP to ${RELEASE}" systemctl stop zoraxy wget -q "https://github.com/tobychui/zoraxy/releases/download/${RELEASE}/zoraxy_linux_amd64" - rm /opt/zoraxy/zoraxy + rm -rf /opt/zoraxy/zoraxy mv zoraxy_linux_amd64 /opt/zoraxy/zoraxy chmod +x /opt/zoraxy/zoraxy systemctl start zoraxy