y/n
This commit is contained in:
parent
d61f5624be
commit
861171d16f
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ if [ ! -f $installPth/.configDone ]; then
|
|||
|
||||
# IMAP Server
|
||||
while true; do
|
||||
read -ep "Do you want to use IMAP Auth? " jn
|
||||
read -ep "Do you want to use IMAP Auth? (y/n): " jn
|
||||
case $jn in
|
||||
[Yy]* ) sed -i 's/USE_IMAPAUTH=.*/USE_IMAPAUTH=true/g' ./piler.conf;
|
||||
read -ep "Please set your IMAP Server (Enter for default: $IMAP_SERVER): " imapServer
|
||||
|
|
Loading…
Reference in a new issue