Skip to content
Snippets Groups Projects
Commit 71eee18b authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't use maildir

parent b5c7b284
No related branches found
No related tags found
No related merge requests found
......@@ -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=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment