-if [[ -f 'config/default/sync/crowdsec.settings.yml' ]]; then echo "The crowdsec config entity should be moved into a config split."; exit 1; fi
-if [[ $(grep -c ' crowdsec:' config/default/sync/core.extension.yml) -eq 1 ]]; then echo "CrowdSec shouold not be enabled in core extension, move it to config split instead"; exit 2; fi
-if [[ $(grep -c ' crowdsec:' config/default/sync/core.extension.yml) -eq 1 ]]; then echo "CrowdSec should not be enabled in core extension, move it to config split instead"; exit 2; fi