Don't pass ftp user/pass on the commandline. openra user on the build machine has a .netrc setup with the correct credentials.

This commit is contained in:
Paul Chote
2011-02-08 15:54:59 +13:00
parent 5f8e2ccf5c
commit 627d275e84
3 changed files with 10 additions and 10 deletions

View File

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