From cbf4e0f8820454fb36f35d133569eb7f3e7e45aa Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 26 Aug 2019 16:21:19 +0200 Subject: [conf-tgz] typo --- builder/modules.d/conf-tgz/hooks/unpack-config-tgz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builder') diff --git a/builder/modules.d/conf-tgz/hooks/unpack-config-tgz.sh b/builder/modules.d/conf-tgz/hooks/unpack-config-tgz.sh index 86692fd2..a2d550ce 100755 --- a/builder/modules.d/conf-tgz/hooks/unpack-config-tgz.sh +++ b/builder/modules.d/conf-tgz/hooks/unpack-config-tgz.sh @@ -12,7 +12,7 @@ tarcopy() { cd "$1" local filelist="$(mktemp)" find . \! -type d > "$filelist" - tar -c -p -T /tmp/tctmp | tar -xp -C "$2" + tar -c -p -T "$filelist" | tar -xp -C "$2" rm -f -- "$filelist" cd - &>/dev/null } -- cgit v1.2.3-55-g7522