Merge pull request #1421 from kazkansouh/2.2-update-docker-init-path

Support for using other dhcp clients in docker init.sh
This commit is contained in:
Jeremy Grossmann 2018-10-07 04:35:48 +02:00 committed by GitHub
commit 93b6c0e49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
# the start command of the container
#
OLD_PATH="$PATH"
PATH=/gns3/bin:/tmp/gns3/bin
PATH=/gns3/bin:/tmp/gns3/bin:/sbin
# bootstrap busybox commands
if [ ! -d /tmp/gns3/bin ]; then