Skip to content

Commit

Permalink
od's -w flag is incompatible with macOS version of Bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnglkv committed Mar 28, 2024
1 parent aaf900c commit a94069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ curl --output browsers.json "$repo_url/$BRANCH/browsers.json"
docker pull selenoid/vnc_chrome:118.0

random_bytes=$(head -c 4 /dev/urandom)
hex_string=$(od -An -tx1 -w4 -v <<< "$random_bytes" | tr -d ' ')
hex_string=$(od -An -tx1 -N4 -v <<< "$random_bytes" | tr -d ' \n')
NETWORK_NAME="jdi-qasp-ml-${hex_string:0:8}"

echo "\
Expand Down

0 comments on commit a94069e

Please sign in to comment.