#!/bin/bash

if [[ -d /etc/fastapi-dls ]]; then
  echo "> Removing config directory."
  rm -r /etc/fastapi-dls
fi

# todo