"MaJ expl_create_vhost.sh"
This commit is contained in:
parent
365a7f41ee
commit
22d557a852
@ -224,7 +224,7 @@ function create_backend_conf
|
|||||||
function add_domain
|
function add_domain
|
||||||
{
|
{
|
||||||
if [ ${IS_PRESENT} -eq 0 ]; then
|
if [ ${IS_PRESENT} -eq 0 ]; then
|
||||||
fct message "Ajout du domaine ${domain} aux domaines dont les certificats sont gérés par dehydrated" -color rose
|
fct_message "Ajout du domaine ${domain} aux domaines dont les certificats sont gérés par dehydrated" -color rose
|
||||||
sudo echo ${domain} >> ${DEHYDRATED_DOMAIN_LIST}
|
sudo echo ${domain} >> ${DEHYDRATED_DOMAIN_LIST}
|
||||||
RET_VAL=$?
|
RET_VAL=$?
|
||||||
if [ ! ${RET_VAL} -eq 0 ]; then
|
if [ ! ${RET_VAL} -eq 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user