stevejenkins / unifi-linux-utils

Helpful Linux / Unix scripts for admins of Ubiquiti (UBNT) UniFi wireless products
https://www.stevejenkins.com/blog/tag/unifi/
MIT License
695 stars 127 forks source link

Misleading output text #32

Open farosch opened 5 years ago

farosch commented 5 years ago

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.