Skip to content
Snippets Groups Projects
Commit 93ecde1f authored by rds's avatar rds
Browse files

correct hostname directory name

parent 52fdf547
No related branches found
No related tags found
No related merge requests found
......@@ -486,7 +486,7 @@ if [ "x$ZMAP_MASTER_RUN_TEST_SUITE" == "x$ZMAP_TRUE" ]; then
fi
if [ -d $RELEASE_LOCATION ]; then
zmap_uname_location=$RELEASE_LOCATION/$(uname)/bin/zmap
zmap_uname_location=$RELEASE_LOCATION/$(uname -ms | sed -e "s/ /_/g")/bin/zmap
if [ -x $zmap_uname_location ]; then
zmap_message_out "Checking zmap binary version..."
bin_version=$($zmap_uname_location --version) || zmap_message_err "*** CRITICAL: Cannot execute binary. *** "
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment