#!/bin/bash
if [[ $1 == '' ]]; then
echo 'E| nothing to add?'
exit 1
fi
docker exec yacynet /scripts/blacklist-add.sh "$1" 1