Explorar o código

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

Sebastian Wiedenroth %!s(int64=6) %!d(string=hai) anos
pai
achega
fac6cd8297
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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