push: code changes x2
This commit is contained in:
@@ -35,7 +35,7 @@ else:
|
||||
|
||||
def exit_test(code):
|
||||
if service_id:
|
||||
server.stop()
|
||||
server.kill()
|
||||
if(firegex.nf_delete_service(service_id)):
|
||||
puts("Sucessfully deleted service ✔", color=colors.green)
|
||||
else:
|
||||
|
||||
@@ -27,5 +27,10 @@ python3 ph_test.py -p $PASSWORD -m udp || ERROR=1
|
||||
echo "Running Port Hijack UDP ipv6"
|
||||
python3 ph_test.py -p $PASSWORD -m udp -6 || ERROR=1
|
||||
|
||||
if [[ "$ERROR" == "0" ]] then
|
||||
python3 benchmark.py -p $PASSWORD -r 5 -d 1 -s 10 || ERROR=1
|
||||
fi
|
||||
|
||||
|
||||
exit $ERROR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user