We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d564dc0 commit 82d4ee0Copy full SHA for 82d4ee0
ct/alpine-it-tools.sh
@@ -30,7 +30,7 @@ if [ ! -d /usr/share/nginx/html ]; then
30
fi
31
32
RELEASE=$(curl -s https://api.github.com/repos/CorentinTh/it-tools/releases/latest | grep '"tag_name":' | cut -d '"' -f4)
33
-if [ "${RELEASE}" != "$(cat /opt/${APP}_version.txt" ] || [ ! -f /opt/${APP}_version.txt ]; then
+if [ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ] || [ ! -f /opt/${APP}_version.txt ]; then
34
DOWNLOAD_URL="https://github.com/CorentinTh/it-tools/releases/download/${RELEASE}/it-tools-${RELEASE#v}.zip"
35
msg_info "Updating ${APP} LXC"
36
curl -fsSL -o it-tools.zip "$DOWNLOAD_URL"
0 commit comments