#!/bin/bash . /etc/profile . /etc/systemconfig #if [ x$SystemType = "xMaster_backend" -o x$SystemType = "xStandAlone" ] #then # exit 0 #fi curl -# http://$dbhost/failed_func_hosts|grep -q `hostname` status=$? if [ $status = 0 ] then echo "removing ca (failed_func.sh)" rm -f /etc/pki/certmaster/* echo "restarting func" sv stop funcd sleep 3 sv start funcd fi