From 89626b141cdc6861a4c05a2e02f04f5ab0835231 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 16 Jan 2020 01:23:58 +0100 Subject: [PATCH] Fix. --- buster/setup_scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buster/setup_scripts/setup.sh b/buster/setup_scripts/setup.sh index 7e46f8a..cd120e9 100755 --- a/buster/setup_scripts/setup.sh +++ b/buster/setup_scripts/setup.sh @@ -17,7 +17,7 @@ cd "${setup_scripts_dir}" # Adapt /etc/ to our needs by copying from ./etc_files. This will set # basic configurations affecting following steps, such as setup of APT # and the locale selection, so needs to be right at the beginning. -./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" all "@" +./copy_dirtree.sh "${config_tree_prefix}/etc_files" "" all "$@" # Set hostname and FQDN. ./set_hostname_and_fqdn.sh "${hostname}" "${fqdn}" -- 2.30.2