mirror of https://schlomp.space/tastytea/hashboot
dd status selection: micro fix
parent
966c6908d2
commit
f858468feb
2
hashboot
2
hashboot
|
@ -64,7 +64,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Debian < 8 check
|
# 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
|
then
|
||||||
DD_STATUS="noxfer"
|
DD_STATUS="noxfer"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue