uguu/includes/check.sh

3 lines
167 B
Bash
Raw Normal View History

2015-02-11 18:18:38 +01:00
#! /bin/sh
find $(grep -oP '"CONFIG_FILES_PATH", "\K(.*)(?=")' config.php) -mmin +$(grep -oP '"CONFIG_MAX_RETENTION_TIME", "\K(.*)(?=")' config.php) -exec rm -f {} \;