mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-28 08:04:57 +02:00
Modify is_debian_10 function.
This commit is contained in:
parent
ac602f7222
commit
08e2cf2867
@ -18,7 +18,7 @@ is_debian_9()
|
||||
|
||||
is_debian_10()
|
||||
{
|
||||
if $(cat /etc/debian_version | grep -q "^buster"); then
|
||||
if $(cat /etc/debian_version | grep -q "^10.[0-9]"); then
|
||||
debug "Debian version is buster/10."
|
||||
FNRET=0
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user