mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
Kill process during uninstallation
This commit is contained in:
parent
227d0f1181
commit
3760605288
1 changed files with 1 additions and 1 deletions
|
|
@ -611,7 +611,7 @@ update-desktop-database /usr/share/applications >/dev/null 2>&1 || true
|
|||
if command -v gtk-update-icon-cache >/dev/null 2>&1; then
|
||||
gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1 || true
|
||||
fi
|
||||
loginctl disable-linger v2rayn-core
|
||||
pkill --uid 785
|
||||
userdel v2rayn-core
|
||||
groupdel v2rayn
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue