summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-12-13 13:50:00 +0000
committerAdrian Calianu <adrian.calianu@enea.com>2017-12-13 13:50:00 +0000
commit36ed60f9f5fbe35c27e11612b58ce045d14d1ee6 (patch)
tree79cc7299c4b72170b5cf3e8d0c32df4f817e61f8
parenta85474adbbca9d48e67ce10700e5f3ed2c64dfdc (diff)
downloadnfv-access-tools-36ed60f9f5fbe35c27e11612b58ce045d14d1ee6.tar.gz
start tftpd service with correct params
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rwxr-xr-xnfv-installer/docker-pxe-ramboot/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfv-installer/docker-pxe-ramboot/entrypoint.sh b/nfv-installer/docker-pxe-ramboot/entrypoint.sh
index 0930cb9..0099393 100755
--- a/nfv-installer/docker-pxe-ramboot/entrypoint.sh
+++ b/nfv-installer/docker-pxe-ramboot/entrypoint.sh
@@ -2,5 +2,5 @@
2echo "Starting DHCP on interface: $1" 2echo "Starting DHCP on interface: $1"
3 3
4/usr/sbin/dhcpd --no-pid $1 4/usr/sbin/dhcpd --no-pid $1
5nohup in.tftpd -L& 5service tftpd-hpa start
6/bin/bash 6/bin/bash