瀏覽代碼

rsync should not try to change file ownership (#27)

Sebastian Wiedenroth 6 年之前
父節點
當前提交
fac6cd8297
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform-upgrade

+ 1 - 1
platform-upgrade

@@ -205,7 +205,7 @@ else
 fi
 
 echo -n "Updating platform on boot device..."
-if ! rsync -a "$platform_dir/" usb/platform.new/ ; then
+if ! rsync -rltD "$platform_dir/" usb/platform.new/ ; then
         echo " failed"
         exit -1
 else