stevejenkins/unifi-linux-utils

Misleading output text

Opened this issue · 0 comments

Line 163 in unifi_ssl_import.sh should be changed. This is the line now

printf "\nRestarting UniFi Controller to apply new Let's Encrypt SSL certificate...\n"

and it should be

printf "\nRestarting UniFi Controller to apply new SSL certificate...\n"

as the output gets printed, even when LE_MODE is false.