Searched refs:dlpath (Results 1 - 1 of 1) sorted by relevance

/lxc/templates/
H A Dlxc-cirros.in216 local out="" outd="" file="" dlpath=""
218 dlpath="$ver/$file"
219 outd="${cached}/${dlpath%/*}"
220 if [ -f "$cached/$dlpath" ]; then
221 _RET="$cached/$dlpath"
228 debug 1 "downloading ${baseurl%/}/$dlpath" to "${cached}/$dlpath"
229 wget "${baseurl%/}/$dlpath" -O "$cached/${dlpath}.$$" &&
230 mv "$cached/$dlpath
[all...]

Completed in 10 milliseconds