read -p "Would you like to reload nginx to take new changes?: [y/n]" yy
if[$yy=="y"];then
if[${yy}=="y"];then
echo"reloading nginx"
systemctl reload nginx
fi
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.