diff options
-rwxr-xr-x | test/mocks/mass-pnf-sim/clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/mass-pnf-sim/clean.sh b/test/mocks/mass-pnf-sim/clean.sh index 28df0ef78..7ba25e408 100755 --- a/test/mocks/mass-pnf-sim/clean.sh +++ b/test/mocks/mass-pnf-sim/clean.sh @@ -1,6 +1,6 @@ #!/bin/bash -killall ROP_file_creator.sh +killall ROP_file_creator.sh sleep docker stop $(docker ps -aq); docker rm $(docker ps -aq) |