Skip to content

Commit

Permalink
Fix errors in init.sh. Fixes #2431
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 22, 2024
1 parent 9990666 commit 6e66b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3server/compute/docker/resources/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PATH=/gns3/bin:/tmp/gns3/bin:/sbin:$PATH
# bootstrap busybox commands
if [ ! -d /tmp/gns3/bin ]; then
busybox mkdir -p /tmp/gns3/bin
for applet in `busybox --list-full`
for applet in `busybox --list`
do
ln -s /gns3/bin/busybox "/tmp/gns3/bin/$applet"
done
Expand Down

0 comments on commit 6e66b26

Please sign in to comment.