#!/bin/bash # Makes the CGI scripts executable echo "Giving executable flag to the cgi scripts..." chmod u+x ${VHOST_CGIBINDIR}/grafit.cgi chmod u+x ${VHOST_CGIBINDIR}/sa_report.cgi