Closed davidmdem closed 9 years ago
Thank you! As this is a minimal (2-character) change, I'm going to simply accept it. For larger changes, we'd have to get you to sign our contributor's agreement first. If you're in the mood, please feel free to sign it here by following the instructions on that page.
Thank you and sorry about missing the contribution guidelines. I have squared that away following the guidelines linked (long form, emailed to legal@tidepool.org).
/bin/sh
is typically implemented as a symbolic to thebash
shell. Recent releases of Ubuntu change this implementation to point to another shell calleddash
(reference). This causes the script to fail on line 31 with the errorSyntax error: "(" unexpected
.Changing the shell reference to
/bin/bash
allows the script to run.