X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=autodlctl;h=4675ad03239d9e0698ed8897502aae259f0c4a0b;hb=9797c81ccda21874f53b63af19473dcf9c2092f8;hp=2eba96b1f6711890bd98e6f82c715fde78e5e8b4;hpb=c8522c34698a7a7ddd5865569766f15d98f045bc;p=utils.git diff --git a/autodlctl b/autodlctl index 2eba96b..4675ad0 100755 --- a/autodlctl +++ b/autodlctl @@ -12,11 +12,12 @@ function findcurep 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