No need to create certificate for smolrss
This commit is contained in:
parent
e45adfc520
commit
b066aef973
|
@ -379,8 +379,6 @@ function install_smolrss {
|
||||||
|
|
||||||
configure_php
|
configure_php
|
||||||
|
|
||||||
create_site_certificate "$SMOLRSS_DOMAIN_NAME" 'yes'
|
|
||||||
|
|
||||||
nginx_ensite "$SMOLRSS_DOMAIN_NAME"
|
nginx_ensite "$SMOLRSS_DOMAIN_NAME"
|
||||||
|
|
||||||
systemctl restart php7.0-fpm
|
systemctl restart php7.0-fpm
|
||||||
|
|
|
@ -1002,8 +1002,10 @@ if [ $app_daemon ]; then
|
||||||
echo " systemctl start ${app_name}"
|
echo " systemctl start ${app_name}"
|
||||||
fi
|
fi
|
||||||
if [ $app_webui ]; then
|
if [ $app_webui ]; then
|
||||||
echo ''
|
if [ ! $app_onion_only ]; then
|
||||||
echo " create_site_certificate \"\$${app_name_upper}_DOMAIN_NAME\" 'yes'"
|
echo ''
|
||||||
|
echo " create_site_certificate \"\$${app_name_upper}_DOMAIN_NAME\" 'yes'"
|
||||||
|
fi
|
||||||
echo ''
|
echo ''
|
||||||
echo " nginx_ensite \"\$${app_name_upper}_DOMAIN_NAME\""
|
echo " nginx_ensite \"\$${app_name_upper}_DOMAIN_NAME\""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue