mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Fix check_for_gh_release function call (#12694)
This commit is contained in:
parent
047ea2c66d
commit
c4315713b5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function update_script() {
|
|||
exit
|
||||
fi
|
||||
|
||||
if check_for_gh_release "lejianwen/rustdesk-api"; then
|
||||
if check_for_gh_release "rustdesk-hbbs" "lejianwen/rustdesk-server"; then
|
||||
msg_info "Stopping Service"
|
||||
systemctl stop rustdesk-hbbr
|
||||
systemctl stop rustdesk-hbbs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue