fix 'fi' syntax error

This commit is contained in:
Collin M. Barrett 2017-04-15 12:40:08 -05:00 committed by GitHub
parent e61336bfcc
commit f45ee42cf2

View file

@ -5,4 +5,5 @@ do
then
echo "Uploading $f"
curl -T ${file} ftp://$FTP_HOST$FTP_DIR${file} --user $FTP_USER:$FTP_PASSWORD
fi
done