Autodl deletes the info file.
[utils.git] / autodlctl
index 38d1702..ad16b7a 100755 (executable)
--- a/autodlctl
+++ b/autodlctl
@@ -33,7 +33,8 @@ function getnext
            fsexpr="$fsexpr & ! S=$badsize"
        done
     fi
-    args=(-e "$fsexpr" -t "$tag $curep")
+    infofile="$d/.autodl/rtinfo"
+    args=(-e "$fsexpr" -t "$tag $curep" -I "$infofile")
     if [ -r "$d/.autodl/uarg" ]; then
        uarg="`cat "$d/.autodl/uarg"`"
     elif [ -e "$d/.autodl/autouarg" ]; then