Ubiquiti-App / UCRM

Installation Scripts for Ubiquiti's UCRM - Complete ISP Management Platform
https://ucrm.ubnt.com/
Other
69 stars 39 forks source link

Your script has a bug #119

Closed truckmasterxanga closed 7 years ago

truckmasterxanga commented 7 years ago

Line 104 in the install.sh script has an error. It currently reads as follows: if [ -z "$(getent passwd $UCRM_USER)" ]; then It should read as follows: if [ -z "$(getent passwd "$UCRM_USER")" ]; then

Please resolve this as quickly as possible.

Thank you.

keksa commented 7 years ago

Hello @truckmasterxanga, thank you for the report. Take a look at #118, we will be merging this soon.