From f45ee42cf2ce55be9b68b3c1eb87059e41856bd8 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Apr 2017 12:40:08 -0500 Subject: [PATCH] fix 'fi' syntax error --- scripts/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index ba9748559..383b6368d 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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