From 7cf95815d55c0550566714e8359ee486dec5f884 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 4 Jul 2017 08:40:58 +0200 Subject: bin/common-functions, bin/db-update: use tempdir outside of tmpfs --- bin/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/common-functions') diff --git a/bin/common-functions b/bin/common-functions index 9c148a5..3146572 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -364,7 +364,7 @@ make_source_info() { exit ${err} } - overlays_dir="$(mktemp -d)" + overlays_dir="$(mktemp -d "${work_dir}/tmp.XXXXXX")" sudo mount -t tmpfs none "${overlays_dir}" || \ bail_out -- cgit v1.2.3-70-g09d2