hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.88k stars 579 forks source link

dazzle.sh missing quotation mark #1836

Closed GotoDengo closed 6 years ago

GotoDengo commented 6 years ago

What happened:

Running dazzle setup on my Ubuntu-VPS throws the error:

syntax error near unexpected token 'fi'
/usr/bin/dazzle: line 208: '  fi'

Can be solved by putting the missing " at the end of line 50.

vsviridov commented 6 years ago

I posted a Pull Request in the dazzle repo and it's been merged. So, download again.

GotoDengo commented 6 years ago

Thanks