check_count "^[[:space:]]+uid: 1001$" 1 "uid must be reverted to 1001"
check_count "^[[:space:]]+gid: 1001$" 1 "gid must be reverted to 1001"
check_count "^[[:space:]]+host: try-mec.etsi.org$" 1 "host must be reverted to try-mec.etsi.org"
check_count "^[[:space:]]+ca: lets-encrypt$" 1 "ca must be reverted to lets-encrypt"
check_count "^[[:space:]]+redirect-uri: https://try-mec.etsi.org/platform-ctrl/v1/authorize$" 2 "BOTH github and gitlab redirect-uris must be reverted to try-mec.etsi.org"
if[$ERRORS-gt 0 ];then
echo""
echo"⛔ Commit rejected! Please revert the local environment overrides in ${CONFIG_FILE} before committing."