Export FTP server and added username/password to VERSION file upload.

This commit is contained in:
Matthew
2010-10-04 11:46:05 +13:00
committed by Paul Chote
parent cdec3fce26
commit 1b525ff809
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ VERSION=$2
FILENAME=$3
FTPPATH=$4
FTP="ftp://$5:$6@openra.res0l.net/${FTPPATH}/${PLATFORM}/"
FTP="ftp://$5:$6@${FTPSERVER}/${FTPPATH}/${PLATFORM}/"
if [ ! -e "${FILENAME}" ]; then
echo "File not found: ${FILENAME}"