diff options
Diffstat (limited to 'extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh')
-rw-r--r-- | extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh b/extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh index 0497d8aec38..e21d92503eb 100644 --- a/extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh +++ b/extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh @@ -1,7 +1,7 @@ #!/bin/bash cd /root/vpp/ -make run-release STARTUP_CONF=/root/vpp_sswan/docker/configs/startup.conf & +make run-release STARTUP_CONF=/root/vpp/extras/strongswan/vpp_sswan/docker/configs/startup.conf & sleep 5 |