#!/bin/bash

set -euEo pipefail

echo "Going to remove /etc/ngcp-config/*.factory_default"
cd /etc/ngcp-config
rm -f -- *.factory_default
