demo/pasta: Fix bad sleep directive
'sleep' always needs an argument, this was meant to introduce a 2 seconds delay. Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
b4d41ac4b6
commit
c447344158
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ nl
|
|||
say Now the other way around...
|
||||
nl
|
||||
say we can use a loopback address
|
||||
sleep
|
||||
sleep 2
|
||||
hostb nc -l -p 31337
|
||||
sleep 2
|
||||
ns echo "Hello from the namespace" | nc -N 127.0.0.1 31337
|
||||
|
|
Loading…
Reference in a new issue