Skip to content

Commit

Permalink
Small output fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtrinbo committed May 14, 2018
1 parent afc7d92 commit fde48f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prepareClientAttack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ then
echo "Compiling hostapd"
cd ./krackattacks-poc-zerokey/hostapd/
cp defconfig .config
make -j 2 1> /dev/null
make -j 2 > /dev/null
cd ../../
fi

Expand Down
2 changes: 1 addition & 1 deletion prepareClientScan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ then
echo "Compiling hostapd"
cd ./findVulnerable/hostapd/
cp defconfig .config
make -j 2 1> /dev/null
make -j 2 > /dev/null
cd ../../
fi

Expand Down

0 comments on commit fde48f7

Please sign in to comment.