# Give options to process only a certain number of day's log
# Check if mawk is available -> if yes, use that
if[["$(id -u)"!="0"]]
then
echo"Need root access to check /var/log/ufw.log file"
exit1
fi
# Since changing language improves performance
LC_ALL=C
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.