get a file from server1

This commit is contained in:
Jay Sorg 2011-11-17 17:01:00 -08:00
parent 7b1d6609dd
commit 7100f4a3ec
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ download_file()
cd ..
return $status
elif [ "$file" = "xkeyboard-config-2.0.tar.bz2" ]; then
cp ../extras/xkeyboard-config-2.0.tar.bz2 .
wget -cq http://server1.xrdp.org/xrdp/xkeyboard-config-2.0.tar.bz2
status=$?
cd ..
return $status