View file File name : clear_showtemplate.stor_caches Content :#!/bin/sh test -L /var/cpanel/caches/showtemplate.stor && rm -f /var/cpanel/caches/showtemplate.stor test -d /var/cpanel/caches/showtemplate.stor && rm -rf /var/cpanel/caches/showtemplate.stor /bin/true