Skip to content

Commit

Permalink
revert flist binary collection script
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibon committed Apr 22, 2020
1 parent 2a17449 commit 96dff22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/collect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ if [ -z "${archive}" ]; then
fi

mkdir -p ${archive}/bin ${archive}/etc
cp tfexplorer ${archive}/bin/
cp bin/* ${archive}/bin/
cp -r etc/* ${archive}/etc/

0 comments on commit 96dff22

Please sign in to comment.