Remove randomly generated directories

Bu işleme şunda yer alıyor:
Les De Ridder 2017-02-20 02:55:21 +01:00
ebeveyn 2cd0b2af81
işleme a4f8aaaabb
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 5EC132DFA85DB372
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -1,2 +1,2 @@
#! /bin/sh
find $(grep -oP '"CONFIG_FILES_PATH", "\K(.*)(?=")' config.php) -mmin +$(grep -oP '"CONFIG_MAX_RETENTION_TIME", "\K(.*)(?=")' config.php) -exec rm -f {} \;
find $(grep -oP '"CONFIG_FILES_PATH", "\K(.*)(?=")' config.php) -mindepth 1 -mmin +$(grep -oP '"CONFIG_MAX_RETENTION_TIME", "\K(.*)(?=")' config.php) -exec rm -rf {} \;