Fix for mount script
This commit is contained in:
parent
c529e63c96
commit
6cfb7d7723
|
@ -3,6 +3,7 @@
|
||||||
for f in `ls /srv/rosa_build/shared/downloads`
|
for f in `ls /srv/rosa_build/shared/downloads`
|
||||||
do
|
do
|
||||||
if [ -d /home/share ]
|
if [ -d /home/share ]
|
||||||
|
then
|
||||||
# Staging case
|
# Staging case
|
||||||
if [ -d /home/share/platforms/$f ]
|
if [ -d /home/share/platforms/$f ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue