File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ usern=$(whoami) # not used btw ... yet
1515
1616# Get current release version
1717RDLATEST=$( curl https://api.github.com/repos/rustdesk/rustdesk-server-pro/releases/latest -s | grep " tag_name" | awk ' {print substr($2, 2, length($2)-3) }' )
18- RDCURRENT=$( /usr/bin/hbbr --version | sed -r ' s/hbbr (.*)/\1/' )
1918
20- if [ $RDLATEST == $RDCURRENT ]; then
21- echo " Same version, no need to update."
22- exit 0
23- fi
19+ # Below current version caused different strange problem, e.g. https://github.com/rustdesk/rustdesk-server-pro/discussions/687
20+ # RDCURRENT=$(/usr/bin/hbbr --version | sed -r 's/hbbr (.*)/\1/')
21+
22+ # if [ $RDLATEST == $RDCURRENT ]; then
23+ # echo "Same version, no need to update."
24+ # exit 0
25+ # fi
2426
2527sudo systemctl stop rustdesk-hbbs.service
2628sudo systemctl stop rustdesk-hbbr.service
You can’t perform that action at this time.
0 commit comments