diff --git a/scripts/collect.sh b/scripts/collect.sh index 3eb09889b..17dc0af2d 100755 --- a/scripts/collect.sh +++ b/scripts/collect.sh @@ -12,4 +12,5 @@ if [ -z "${archive}" ]; then fi mkdir -p ${archive}/bin ${archive}/etc -cp tfexplorer ${archive}/bin/ \ No newline at end of file +cp bin/* ${archive}/bin/ +cp -r etc/* ${archive}/etc/ \ No newline at end of file