From 8320181b09429c38282521d03fbda78bdee4b095 Mon Sep 17 00:00:00 2001 From: "Francois B (Makoto)" Date: Mon, 2 Oct 2017 23:16:25 +0200 Subject: [PATCH] function cleanFilenames removed + detox is include in wpFind function + detox -r --- wpfind | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/wpfind b/wpfind index a91d5c4..2d704a0 100755 --- a/wpfind +++ b/wpfind @@ -99,18 +99,12 @@ function depInstalled () { fi } -#------------------------------------------------------------------------------ -# cleaning filenames using detox -#------------------------------------------------------------------------------ -function cleanFilenames () { - detox ./* &>> $logfile -} - #------------------------------------------------------------------------------ # find wp #------------------------------------------------------------------------------ function wpFind () { - cleanFilenames + # cleaning filenames using detox + detox -r $1/* &>> $logfile # browse recursively files and dir for pic in $1/*; do # if directory