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 21d2159 commit 13fbf25Copy full SHA for 13fbf25
ct/tududi.sh
@@ -28,7 +28,7 @@ function update_script() {
28
exit
29
fi
30
31
- RELEASE=$(curl -fsSL https://api.github.com/repos/chrisvel/tududi/releases/latest | yq '.tag_name' | sed 's/^v//')
+ RELEASE=$(curl -fsSL https://api.github.com/repos/chrisvel/tududi/releases/latest | yq '.tag_name' | sed 's/^"v//;s/"$//')
32
if [[ "${RELEASE}" != "$(cat ~/.tududi 2>/dev/null)" ]] || [[ ! -f ~/.tududi ]]; then
33
msg_info "Stopping Service"
34
systemctl stop tududi
0 commit comments