Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 1, 2024
1 parent c0be687 commit 8af71ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gns3server/compute/docker/resources/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ PATH=/gns3/bin:/tmp/gns3/bin:/sbin:$PATH
if [ ! -d /tmp/gns3/bin ]; then
busybox mkdir -p /tmp/gns3/bin
for applet in `busybox --list-full`
do
ln -s /gns3/bin/busybox "/tmp/gns3/bin/$applet"
done
do
ln -s /gns3/bin/busybox "/tmp/gns3/bin/$applet"
done
fi

# Restore file permission and mount volumes
Expand Down

0 comments on commit 8af71ee

Please sign in to comment.