Fix a bug for apply method of 4.7

This commit is contained in:
Samson-W 2020-07-03 00:47:28 +08:00
parent 68f56e4f93
commit 6598eb4b43

View File

@ -59,7 +59,9 @@ audit () {
} }
apply_debian () { apply_debian () {
set +e
check_aa_status check_aa_status
set -e
if [ $FNRET = 0 ]; then if [ $FNRET = 0 ]; then
ok "AppArmor was actived. So pass." ok "AppArmor was actived. So pass."
return 0 return 0