BrewPi / brewpi-tools

Various tools to setup/update/configure BrewPi
GNU General Public License v3.0
39 stars 46 forks source link

Wrong language! #25

Closed vanosg closed 8 years ago

vanosg commented 10 years ago

Line 142:

else case "$webPath" in y | Y | yes | YES | Yes) webPath="/var/www";; * ) pass;; esac

pass is Python, not bash! (or am I wrong?)