Current Path : /scripts/ |
Current File : //scripts/clear_showtemplate.stor_caches |
#!/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