summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote/rootfs/rootfs-stage31/data/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/etc/functions b/remote/rootfs/rootfs-stage31/data/etc/functions
index 5c5ba56c..1918c82a 100644
--- a/remote/rootfs/rootfs-stage31/data/etc/functions
+++ b/remote/rootfs/rootfs-stage31/data/etc/functions
@@ -64,7 +64,7 @@ download() {
local TARGET_PATH="$2"
for TIMEOUT in 1 2 3 4 5; do
- for SERVER in $SLX_BASE_SERVERS $SLX_SERVERS; do
+ for SERVER in $SLX_SERVERS $SLX_BASE_SERVERS; do
wget -T 5 -q -O "$TARGET_PATH" "http://${SERVER}/${FILE_URL}"
RET=$?
if [ "x$RET" != "x0" ]; then