ArchiveTeam / IA.BAK

We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case.
GNU General Public License v3.0
87 stars 22 forks source link

Fix closing conditional bracket #44

Closed xperia64 closed 8 years ago

xperia64 commented 8 years ago

Certain versions of bash do not like having the '1' in '2>&1' directly adjacent to the closing bracket of the conditional statement

JesseWeinstein commented 8 years ago

Actually, there shouldn't be any brackets around the conditional at all. Having them there breaks the functionality.