mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-30 00:55:49 +02:00
Merge pull request #7 from hardenedlinux/harbian-audit-deepin
Modify is_debian_10 function.
This commit is contained in:
commit
d2d92d1ed2
@ -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