From f858468febcce24376674c098748ad87d609a2e0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 5 Oct 2015 02:30:00 +0200 Subject: [PATCH] dd status selection: micro fix --- hashboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashboot b/hashboot index 684e1b6..75b91b6 100755 --- a/hashboot +++ b/hashboot @@ -64,7 +64,7 @@ then fi # Debian < 8 check -if which lsb_release > /dev/null && [ "$(lsb_release -si)" == "Debian" ] && [ $(lsb_release -sr | cut -d'.' -f1) -lt 8 ] +if which lsb_release > /dev/null 2>&1 && [ "$(lsb_release -si)" == "Debian" ] && [ $(lsb_release -sr | cut -d'.' -f1) -lt 8 ] then DD_STATUS="noxfer" fi