#!/bin/sh

echo "======start repo sync======"

repo sync

while [ $? -ne 0 ]
do

echo "======sync failed, re-sync again======"

sleep 3

repo sync

done

相关文章:

  • 2022-01-28
  • 2021-09-19
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2022-01-15
  • 2022-01-01
  • 2021-08-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案