Compare commits

..

1 Commits

Author SHA1 Message Date
Slaviša Arežina
56d1988312 Change slug from 'lxc-execute' to 'execute' 2026-03-08 13:37:55 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ function update_script() {
exit
fi
if check_for_gh_release "lejianwen/rustdesk-api"; then
if check_for_gh_release "rustdesk-api"; then
msg_info "Stopping Service"
systemctl stop rustdesk-hbbr
systemctl stop rustdesk-hbbs

View File

@@ -1,6 +1,6 @@
{
"name": "PVE LXC Execute Command",
"slug": "lxc-execute",
"slug": "execute",
"categories": [
1
],