Don't use maildir
This commit is contained in:
parent
b5c7b28445
commit
71eee18bc3
|
@ -147,7 +147,7 @@ function select_user {
|
|||
if [ ${#SELECTED_USERNAME} -lt 2 ]; then
|
||||
SELECTED_USERNAME=
|
||||
fi
|
||||
if [ ! -d /home/$SELECTED_USERNAME/Maildir ]; then
|
||||
if [ ! -d /home/$SELECTED_USERNAME ]; then
|
||||
dialog --title $"User directory check" \
|
||||
--msgbox $"This does not look like a user directory" 6 40
|
||||
SELECTED_USERNAME=
|
||||
|
|
Loading…
Reference in New Issue