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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user