summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-05-28 20:30:26 +0200
committerSebastian Schmelzer2009-05-28 20:30:26 +0200
commit4c20682e3283d4b652e90dc5755892b9eba244e2 (patch)
tree5c10186ebfd30fb254c420c8b8184fc957c5695d
parenthttp/ftp wrapper for functions.. (diff)
downloadcore-4c20682e3283d4b652e90dc5755892b9eba244e2.tar.gz
core-4c20682e3283d4b652e90dc5755892b9eba244e2.tar.xz
core-4c20682e3283d4b652e90dc5755892b9eba244e2.zip
typo
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2892 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--initramfs/stage3-stuff/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index 5bd8af96..851ad74d 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -347,7 +347,7 @@ wget_get () {
echo "[wget_get] download of \"$file\" from \"$file_server\" ... failed"
return 0;
fi
- wget $file -O /tmp/$(basename $file)
+ wget $file_server$file -O /tmp/$(basename $file)
[ -s /tmp/$(basename $file) ] && download_successful=1
countdown=$(expr $countdown - 1)
usleep 200000