Skip to content

Commit fdb8fcb

Browse files
templates/lxc-download.in: change tmpdir
Signed-off-by: DreamConnected <1487442471@qq.com>
1 parent b020ca3 commit fdb8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/lxc-download.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ fi
257257
trap cleanup EXIT HUP INT TERM
258258

259259
# /tmp may be mounted in tmpfs or noexec
260-
if mountpoint -q /data/local/tmp; then
260+
if mountpoint -q /data/share/tmp; then
261261
DOWNLOAD_TEMP="${LXC_PATH}"
262262
fi
263263

0 commit comments

Comments
 (0)