mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
do not setup let's encrypt if nginx is ignored
This commit is contained in:
parent
f8d315b5e5
commit
d50897c18d
@ -81,6 +81,8 @@ config()
|
|||||||
read_domain
|
read_domain
|
||||||
MAIN_DOMAIN=("${DOMAINS[0]}")
|
MAIN_DOMAIN=("${DOMAINS[0]}")
|
||||||
OTHER_DOMAINS=${DOMAINS[*]/$MAIN_DOMAIN}
|
OTHER_DOMAINS=${DOMAINS[*]/$MAIN_DOMAIN}
|
||||||
|
else
|
||||||
|
LETSENCRYPT="n"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user