From a1c4e3d343ae3cf290466a81f470d74dbd839d05 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Thu, 27 Nov 2014 23:34:24 +0100 Subject: [PATCH] uip/mmh.sh: minor cleanup --- uip/mmh.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uip/mmh.sh b/uip/mmh.sh index 10fc070..fe519c3 100755 --- a/uip/mmh.sh +++ b/uip/mmh.sh @@ -25,8 +25,7 @@ while [ $# -ge 1 ] ; do # check if mmh is set up # Note: The mail storage dir gets silently created if # everything else is properly set up. - # (folder will always create the folder if input is no tty!) - echo | folder >/dev/null 2>&1 + folder -create >/dev/null 2>&1 exit $? ;; -V*) -- 1.7.10.4