Skip to content

Commit e6d5539

Browse files
committed
fix:softcenter remove dbus value failed
1 parent cc7bd67 commit e6d5539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rustdesk/uninstall.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ rm -rf /koolshare/bin/hbbs >/dev/null 2>&1
1313
rm -rf /koolshare/bin/rustdesk-utils >/dev/null 2>&1
1414
echo_date "插件资源文件删除成功..."
1515

16+
echo_date "删除插件存储证书和私钥..."
17+
dbus remove rustdesk_key_priv
18+
dbus remove rustdesk_key_pub
19+
echo_date "证书和私钥删除成功..."
20+
1621
rm -rf /koolshare/scripts/uninstall_rustdesk.sh
1722
echo_date "已成功移除插件... Bye~Bye~"

0 commit comments

Comments
 (0)