mirror of
https://github.com/bitwarden/server.git
synced 2025-02-17 02:01:53 +01:00
fix echos
This commit is contained in:
parent
15827cb4ca
commit
005a97d0b0
@ -42,13 +42,13 @@ fi
|
|||||||
|
|
||||||
if [ "$DOMAIN" != "localhost" ]
|
if [ "$DOMAIN" != "localhost" ]
|
||||||
then
|
then
|
||||||
echo -e -n "${CYAN}(!)${NC} Do you want to use Let's Encrypt to generate a free SSL certificate? (y/n): " LETS_ENCRYPT
|
echo -e -n "${CYAN}(!)${NC} Do you want to use Let's Encrypt to generate a free SSL certificate? (y/n): "
|
||||||
read LETS_ENCRYPT
|
read LETS_ENCRYPT
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if [ "$LETS_ENCRYPT" == "y" ]
|
if [ "$LETS_ENCRYPT" == "y" ]
|
||||||
then
|
then
|
||||||
echo -e -n "${CYAN}(!)${NC} Enter your email address (Let's Encrypt will send you certificate expiration reminders): " EMAIL
|
echo -e -n "${CYAN}(!)${NC} Enter your email address (Let's Encrypt will send you certificate expiration reminders): "
|
||||||
read EMAIL
|
read EMAIL
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user