#!/bin/sh API_KEY="" CONFIG=/etc/crowdsec/bouncers/crowdsec-firewall-bouncer.yaml ## Gen&ConfigApiKey if grep -q "${API_KEY}" "$CONFIG"; then echo API key already registered... else SUFFIX=`tr -dc A-Za-z0-9