carlessanagustin
2/18/2015 - 6:30 AM

Clear Prestashop - Smarty cache

Clear Prestashop - Smarty cache

#!/bin/sh

sudo find $1/cache/smarty/cache -type f ! -regex ".*/\(index.php\)" -delete
sudo find $1/cache/smarty/compile -type f ! -regex ".*/\(index.php\)" -delete
sudo find $1/img/ tmp -type f ! -regex ".*/\(index.php\)" -delete

# continue reading: http://www.templatemonster.com/help/prestashop-1-6-x-how-to-clear-smarty-cache.html