Sfoglia il codice sorgente

log_info instead of warn

otherwise fails even if fixed because of exitcode from log_warn
UltimateByte 9 anni fa
parent
commit
81848996ff
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lgsm/functions/check_permissions.sh

+ 1 - 1
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"