Use original $PATH in init.sh for Docker containers. Ref #2069

This commit is contained in:
grossmj 2022-08-28 12:06:56 +02:00
parent ad1f1cdb96
commit 129f0a631c

View File

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