diff options
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/security_check.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh index 2062902..f5b32fd 100755 --- a/cron-sh/security_check.sh +++ b/cron-sh/security_check.sh @@ -56,6 +56,7 @@ fi if [[ ${CHECK_PERMS} == yes ]]; then # running msec_perms + printf "\tChecking permissions on system files" fi if [[ ${CHECK_USER_FILES} == yes ]]; then |