X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=autodlctl;h=4675ad03239d9e0698ed8897502aae259f0c4a0b;hp=2eba96b1f6711890bd98e6f82c715fde78e5e8b4;hb=f8416d8d2aeec1e259deffb6767eef7d6cb97b27;hpb=c8522c34698a7a7ddd5865569766f15d98f045bc 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