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

/lxc/templates/
H A Dlxc-download.in70 if [ -d "$DOWNLOAD_TEMP" ]; then
71 rm -Rf $DOWNLOAD_TEMP
129 mkdir -p "$DOWNLOAD_TEMP/gpg"
130 chmod 700 "$DOWNLOAD_TEMP/gpg"
131 export GNUPGHOME="$DOWNLOAD_TEMP/gpg"
310 DOWNLOAD_TEMP=/tmp/lxc-download.$$
311 mkdir -p $DOWNLOAD_TEMP
313 DOWNLOAD_TEMP=$(mktemp -d)
327 ${DOWNLOAD_TEMP}/index noexit ||
329 ${DOWNLOAD_TEMP}/inde
[all...]

Completed in 7 milliseconds