X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=backupninja;h=ac504d605af123ae0f471f9f3e2ce457e511d90d;hb=fb77e731737f3ca96f1295f9ee1f9f58278da84e;hp=b7d4a149e2e73683745e92f224faf899abd1c71f;hpb=608d4d0b0ed98a43c73a090e38fa5d42dd882174;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/backupninja b/backupninja index b7d4a14..ac504d6 100755 --- a/backupninja +++ b/backupninja @@ -429,7 +429,7 @@ errormsg="" if [ "$singlerun" ]; then files=$singlerun else - files=`find $configdirectory -mindepth 1 ` + files=`find $configdirectory -mindepth 1 | sort -n` fi for file in $files; do