Fix typo
This commit is contained in:
parent
b406d279a7
commit
d0fe6d8a57
2
flux
2
flux
|
@ -937,7 +937,7 @@ function handshakelocation {
|
||||||
echo -e "$green $(echo $i | cut -d " " -f1) $yellow$(echo $i | cut -d " " -f3 | tr '[:lower:]' '[:upper:]')$transparent ($green $(echo $i | cut -d "(" -f2 | cut -d "'" -f2)$transparent)"
|
echo -e "$green $(echo $i | cut -d " " -f1) $yellow$(echo $i | cut -d " " -f3 | tr '[:lower:]' '[:upper:]')$transparent ($green $(echo $i | cut -d "(" -f2 | cut -d "'" -f2)$transparent)"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo -e "Host ${green }MAC$transparent"
|
echo -e "Host ${green}MAC$transparent"
|
||||||
echo -e "$green #1: $yellow$Host_MAC$transparent ($green $Host_SSID$transparent)"
|
echo -e "$green #1: $yellow$Host_MAC$transparent ($green $Host_SSID$transparent)"
|
||||||
sleep 7
|
sleep 7
|
||||||
handshakelocation
|
handshakelocation
|
||||||
|
|
Loading…
Reference in New Issue