Rename 5.10 to 5.8

This commit is contained in:
Samson-W 2019-08-07 04:15:06 +08:00
parent 286293441e
commit ec1174c2d0
2 changed files with 3 additions and 2 deletions

View File

@ -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>
#

View File

@ -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