mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix 'fi' syntax error
This commit is contained in:
parent
e61336bfcc
commit
f45ee42cf2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue