Fix for mount script

This commit is contained in:
Vladimir Sharshov 2012-01-26 23:30:12 +04:00
parent c529e63c96
commit 6cfb7d7723
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
for f in `ls /srv/rosa_build/shared/downloads`
do
if [ -d /home/share ]
then
# Staging case
if [ -d /home/share/platforms/$f ]
then
@ -17,4 +18,4 @@ do
sudo mount --bind /share/platforms/$f /srv/rosa_build/shared/downloads/$f
fi
fi
done
done