We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
fix stevejenkins#32 by adjusting missleading output text
5a23396
Successfully merging a pull request may close this issue.
Line 163 in unifi_ssl_import.sh should be changed. This is the line now
and it should be
as the output gets printed, even when LE_MODE is false.
The text was updated successfully, but these errors were encountered: