Skip to content
Snippets Groups Projects
Commit b066aef9 authored by Bob Mottram's avatar Bob Mottram
Browse files

No need to create certificate for smolrss

parent e45adfc5
No related branches found
No related tags found
No related merge requests found
......@@ -379,8 +379,6 @@ function install_smolrss {
configure_php
create_site_certificate "$SMOLRSS_DOMAIN_NAME" 'yes'
nginx_ensite "$SMOLRSS_DOMAIN_NAME"
systemctl restart php7.0-fpm
......
......@@ -1002,8 +1002,10 @@ if [ $app_daemon ]; then
echo " systemctl start ${app_name}"
fi
if [ $app_webui ]; then
echo ''
echo " create_site_certificate \"\$${app_name_upper}_DOMAIN_NAME\" 'yes'"
if [ ! $app_onion_only ]; then
echo ''
echo " create_site_certificate \"\$${app_name_upper}_DOMAIN_NAME\" 'yes'"
fi
echo ''
echo " nginx_ensite \"\$${app_name_upper}_DOMAIN_NAME\""
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment