Rename 5.10 to 5.8
This commit is contained in:
parent
286293441e
commit
ec1174c2d0
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# harbian audit 9 Hardening
|
||||
# harbian audit 9 or CentOS Hardening
|
||||
#
|
||||
|
||||
#
|
||||
# 5.10 Ensure sudo is installed (Scored)
|
||||
# 5.8 Ensure sudo is installed (Scored)
|
||||
# Add new by:
|
||||
# Author : Samson wen, Samson <sccxboy@gmail.com>
|
||||
#
|
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# 6.1 Ensure the X Window system is not installed (Scored)
|
||||
#
|
||||
# todo test for centos
|
||||
|
||||
set -e # One error, it's over
|
||||
set -u # One variable unset, it's over
|
||||
|
|
Loading…
Reference in New Issue