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

Support for using other dhcp clients in docker init.sh
pull/1423/head
Jeremy Grossmann 6 years ago committed by GitHub
commit 93b6c0e49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save