Fix variable name from tempir to tempdir (#810)
parent
0c9492f300
commit
b886ad6812
|
|
@ -20,7 +20,7 @@ chromepid=$!
|
|||
|
||||
sleep 10
|
||||
kill $chromepid
|
||||
rm -rf "$tempir"
|
||||
rm -rf "$tempdir"
|
||||
|
||||
wait $tsharkpid
|
||||
sudo chmod +r /tmp/direct.pcapng
|
||||
|
|
|
|||
Loading…
Reference in New Issue