mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 01:04:51 +02:00
Merge branch '1.5' into 2.0
This commit is contained in:
commit
d30abeca21
@ -29,15 +29,10 @@ if [ ! -d /tmp/gns3/bin ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Restore file permission and mount volumes
|
# Restore file permission and mount volumes
|
||||||
for i in $(echo "$GNS3_VOLUMES" | tr ":" "\n")
|
echo "$GNS3_VOLUMES" | tr ":" "\n" | while read i
|
||||||
do
|
do
|
||||||
# Copy original files if destination is empty (first start)
|
# Copy original files if destination is empty (first start)
|
||||||
if ! [ "$(ls -A /gns3volumes$i)" ]; then
|
[ "$(ls -A "/gns3volumes$i")" ] || cp -a "$i/." "/gns3volumes$i"
|
||||||
for file in $(ls -A "$i")
|
|
||||||
do
|
|
||||||
cp -a "$i/$file" "/gns3volumes$i/$file"
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
mount --bind "/gns3volumes$i" "$i"
|
mount --bind "/gns3volumes$i" "$i"
|
||||||
if [ -f "$i/.gns3_perms" ]
|
if [ -f "$i/.gns3_perms" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user