forked from switnet/quick-jibri-installer
parent
08640c9ff1
commit
90be29dc95
|
@ -191,7 +191,7 @@ while [[ $LE_SSL != yes && $LE_SSL != no ]]
|
||||||
do
|
do
|
||||||
read -p "> Do you plan to use Let's Encrypt SSL certs?: (yes or no)"$'\n' -r LE_SSL
|
read -p "> Do you plan to use Let's Encrypt SSL certs?: (yes or no)"$'\n' -r LE_SSL
|
||||||
if [ $LE_SSL = yes ]; then
|
if [ $LE_SSL = yes ]; then
|
||||||
echo "We'll defaul to Let's Encrypt SSL cers."
|
echo "We'll defaul to Let's Encrypt SSL certs."
|
||||||
elif [ $LE_SSL = no ]; then
|
elif [ $LE_SSL = no ]; then
|
||||||
echo "We'll let you choose later on for it."
|
echo "We'll let you choose later on for it."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue