mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
Dont fail when deleting user and group
This commit is contained in:
parent
38e70570ba
commit
912b9a5c28
1 changed files with 2 additions and 2 deletions
|
|
@ -612,8 +612,8 @@ 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
|
||||
pkill --uid 785 || true
|
||||
userdel v2rayn-core
|
||||
groupdel v2rayn
|
||||
userdel v2rayn-core || true
|
||||
groupdel v2rayn || true
|
||||
exit 0
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue