Forráskód Böngészése

Display mirror URL

Jakob Borg 12 éve
szülő
commit
90004657c7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      platform-upgrade

+ 1 - 1
platform-upgrade

@@ -33,7 +33,7 @@ else
         echo ", OK"
 fi     
        
-echo -n "Downloading latest platform..."
+echo -n "Downloading latest platform ($MIRROR)..."
 if ! curl -sk -o platform-latest.tgz "$MIRROR/platform-latest.tgz" ; then
         echo " failed"
         exit -1