fix uploader so it actually works

This commit is contained in:
Chris Forbes
2011-02-06 09:30:45 +13:00
parent 700b6d6d5e
commit 1ee788f095

View File

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