blob: aceb6a93c2ba49b3e175f24834f6f03f8865ae48 [file] [log] [blame]
Gary Wu950a3232019-03-26 13:08:29 -07001#!/bin/bash -x
2# Copyright 2018 Huawei Technologies Co., Ltd.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10while [ ! -e /dockerdata-nfs/.git ]; do
11 mount /dockerdata-nfs
12 sleep 10
13done