Write generated ssz files as non-executable 644 (#8909)

Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Preston Van Loon 2021-05-21 11:27:33 -05:00 committed by GitHub
parent 59897b78ff
commit 7dc3d7fc60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
fuzz/generated.ssz.go Executable file → Normal file
View File

View File

@ -19,6 +19,6 @@ searchstring="/bin/"
for ((i = 0; i < arraylength; i++)); do
destination=${file_list[i]#*$searchstring}
color "34" "$destination"
chmod 755 "$destination"
chmod 644 "$destination"
cp -R -L "${file_list[i]}" "$destination"
done