X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=autodlctl;h=4675ad03239d9e0698ed8897502aae259f0c4a0b;hb=f8416d8d2aeec1e259deffb6767eef7d6cb97b27;hp=e367a7c4bdc9838a7c1fd36374acd68b88e092a9;hpb=46b10ab79346e3865966a40fe544ec06ece7e03e;p=utils.git diff --git a/autodlctl b/autodlctl index e367a7c..4675ad0 100755 --- a/autodlctl +++ b/autodlctl @@ -5,18 +5,19 @@ paths=(/home/pub/video/anime $HOME/dc/autodl/cur) function findcurep { if [ -r badlist ]; then - echo badlist `head -n 1 curep` + echo badlist `head -n 1 badlist` return 0 fi if [ -r curep ]; then if [ -r maxep ]; then if [ "`cat curep`" -le "`cat maxep`" ]; then echo curep `cat curep` + return 0 fi else echo curep `cat curep` + return 0 fi - return 0 fi echo none return 1