#!/bin/bash
#swagger-disable

set -e

cd /etc/httpd/conf/exagrid/proxy.conf.d/
rm -f 50-swagger-ui.conf
systemctl reload httpd.service
