We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4378392 commit 2fe2438Copy full SHA for 2fe2438
ct/zoraxy.sh
@@ -60,7 +60,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
60
msg_info "Updating $APP to ${RELEASE}"
61
systemctl stop zoraxy
62
wget -q "https://github.com/tobychui/zoraxy/releases/download/${RELEASE}/zoraxy_linux_amd64"
63
- rm /opt/zoraxy/zoraxy
+ rm -rf /opt/zoraxy/zoraxy
64
mv zoraxy_linux_amd64 /opt/zoraxy/zoraxy
65
chmod +x /opt/zoraxy/zoraxy
66
systemctl start zoraxy
0 commit comments