dont show the output of the mtools install test

pull/84/head
Hamish Coleman 6 years ago
parent 7bf6d28fa5
commit 09b2a27abb

@ -30,7 +30,7 @@ if [ ! -e "$ISO" ]; then
fi
shift
if ! type mdir 2>/dev/null; then
if ! type mdir >/dev/null; then
echo Fatal: It looks like you have not installed the mtools package
exit 1
fi

Loading…
Cancel
Save