if [ -n "$IN_CHROOT" -a ! -d /etc/ssl/certs ]; then
# XXX otherwise etc/ssl/certs is not generated.
if xbps-query ca-certificates &>/dev/null; then
xbps-reconfigure -f ca-certificates &>/dev/null
fi
fi
#
# Main switch.
#
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.