#!/bin/bash fail2ban-client set sshd unbanip $1 cd /opt/docker/fail2ban && docker-compose exec fail2ban fail2ban-client set sshd unbanip $1 && cd - echo -e "\nUNBANNED: $1\nDONE." exit 0