Skip to content

Commit

Permalink
Do not archive extendend file attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
bra1ncramp committed Dec 4, 2023
1 parent e21a303 commit 840efd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/ioc_hash_scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ for i in "${serverList[@]}"; do
cd "$pydir" || exit

echo "Upload lastest ioc_scanner.py to $instanceName"
tar --create --gzip --file - ./ioc_scanner.py | nc localhost 5555
tar --create --no-xattrs --gzip --file - ./ioc_scanner.py | nc localhost 5555

cd "$curdir" || exit

Expand Down

0 comments on commit 840efd5

Please sign in to comment.