forked from switnet/quick-jibri-installer
fix message from option
This commit is contained in:
parent
a3cc6e7b8d
commit
7665a08e0e
|
@ -148,9 +148,9 @@ fi
|
||||||
while [[ $LE_SSL != yes && $LE_SSL != no ]]
|
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 = no ]; 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 cers."
|
||||||
elif [ $LE_SSL = yes ]; 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
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue