Dont fail when deleting user and group

This commit is contained in:
Valeriy Manzhos 2026-04-10 14:39:15 +03:00
parent 38e70570ba
commit 912b9a5c28
No known key found for this signature in database
GPG key ID: 6547CFC8E2EC3D90

View file

@ -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 gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1 || true
fi fi
pkill --uid 785 || true pkill --uid 785 || true
userdel v2rayn-core userdel v2rayn-core || true
groupdel v2rayn groupdel v2rayn || true
exit 0 exit 0
EOF EOF