mirror of
https://github.com/GNS3/gns3-server
synced 2025-05-09 10:28:52 +00:00
Use original $PATH in init.sh for Docker containers. Ref #2069
This commit is contained in:
parent
ad1f1cdb96
commit
129f0a631c
@ -20,7 +20,7 @@
|
|||||||
# the start command of the container
|
# the start command of the container
|
||||||
#
|
#
|
||||||
OLD_PATH="$PATH"
|
OLD_PATH="$PATH"
|
||||||
PATH=/gns3/bin:/tmp/gns3/bin:/sbin
|
PATH=/gns3/bin:/tmp/gns3/bin:/sbin:$PATH
|
||||||
|
|
||||||
# bootstrap busybox commands
|
# bootstrap busybox commands
|
||||||
if [ ! -d /tmp/gns3/bin ]; then
|
if [ ! -d /tmp/gns3/bin ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user