#!/bin/bash
#swagger-enable

set -e

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