Fix spelling error.
This commit is contained in:
parent
a7ae943c52
commit
b50f38808c
|
@ -64,7 +64,7 @@ apply_debian () {
|
|||
if [ $FNRET = 0 ]; then
|
||||
ok "SELinux targeted policy was enabled."
|
||||
elif [ $FNRET = 1 ]; then
|
||||
warn "Set SELinux targeted policy to enable, and need root"
|
||||
warn "Set SELinux targeted policy to enable, and need reboot"
|
||||
replace_in_file $SELINUXCONF_FILE 'SELINUXTYPE=.*' $SELINUXTYPE_VALUE
|
||||
else
|
||||
:
|
||||
|
@ -75,7 +75,7 @@ apply_centos () {
|
|||
if [ $FNRET = 0 ]; then
|
||||
ok "SELinux targeted policy was enabled."
|
||||
elif [ $FNRET = 1 ]; then
|
||||
warn "Set SELinux targeted policy to enable, and need root"
|
||||
warn "Set SELinux targeted policy to enable, and need reboot"
|
||||
replace_in_file $SELINUXCONF_FILE 'SELINUXTYPE=.*' $SELINUXTYPE_VALUE
|
||||
else
|
||||
:
|
||||
|
|
Loading…
Reference in New Issue