Gary Wu | 950a323 | 2019-03-26 13:08:29 -0700 | [diff] [blame] | 1 | #!/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 | # | ||||
10 | while [ ! -e /dockerdata-nfs/.git ]; do | ||||
11 | mount /dockerdata-nfs | ||||
12 | sleep 10 | ||||
13 | done |