X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=backupninja;h=ea7304e115918c95f839b293dd4156cc6dac14f5;hb=ef4bbe3c2bb4af4c2a77e00f2ca0e8971847c0bd;hp=b91d2c885dd0e5bec2348f4605425365c822201d;hpb=1cb8c06d78706597e86f2035aa6324465c49d471;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/backupninja b/backupninja index b91d2c8..ea7304e 100755 --- a/backupninja +++ b/backupninja @@ -486,7 +486,7 @@ errormsg="" if [ "$singlerun" ]; then files=$singlerun else - files=`find $configdirectory ! -name '.*.swp' -mindepth 1 | sort -n` + files=`find $configdirectory -mindepth 1 ! -name '.*.swp' | sort -n` fi for file in $files; do