diff --git a/lgsm/functions/check_permissions.sh b/lgsm/functions/check_permissions.sh index 8609708e2..ad7f30a78 100644 --- a/lgsm/functions/check_permissions.sh +++ b/lgsm/functions/check_permissions.sh @@ -198,7 +198,7 @@ fn_sys_perm_error_process(){ # If any error was found if [ "${sysdirpermerror}" == "1" ]||[ "${classdirpermerror}" == "1" ]||[ "${netdirpermerror}" == "1" ]; then fn_print_warn_nl "Permission error(s) found:" - fn_script_log_warn "Permission error(s) found:" + fn_script_log_info "Permission error(s) found:" sleep 1 if [ "${sysdirpermerror}" == "1" ]; then echo " * /sys permissions are $(stat -c %a /sys) instead of expected 555"