mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Formatting
This commit is contained in:
parent
c0be6875c2
commit
8af71ee291
@ -26,9 +26,9 @@ PATH=/gns3/bin:/tmp/gns3/bin:/sbin:$PATH
|
|||||||
if [ ! -d /tmp/gns3/bin ]; then
|
if [ ! -d /tmp/gns3/bin ]; then
|
||||||
busybox mkdir -p /tmp/gns3/bin
|
busybox mkdir -p /tmp/gns3/bin
|
||||||
for applet in `busybox --list-full`
|
for applet in `busybox --list-full`
|
||||||
do
|
do
|
||||||
ln -s /gns3/bin/busybox "/tmp/gns3/bin/$applet"
|
ln -s /gns3/bin/busybox "/tmp/gns3/bin/$applet"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Restore file permission and mount volumes
|
# Restore file permission and mount volumes
|
||||||
|
Loading…
Reference in New Issue
Block a user