Просмотр исходного кода

Moved info gathering to not be displayed in output

Daniel Gibbs 7 лет назад
Родитель
Сommit
0832d9def7
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      lgsm/functions/command_postdetails.sh

+ 8 - 8
lgsm/functions/command_postdetails.sh

@@ -51,16 +51,16 @@ fi
 if [ -n "${alertflag}" ]; then
 if [ -n "${alertflag}" ]; then
 	postdetailslog="${alertlog}"
 	postdetailslog="${alertlog}"
 else
 else
+	# Run checks and gathers details to display.
+	check.sh
+	info_config.sh
+	info_parms.sh
+	info_distro.sh
+	info_glibc.sh
+	info_messages.sh
+	query_gamedig.sh
 	touch "${postdetailslog}" || fn_bad_postdetailslog
 	touch "${postdetailslog}" || fn_bad_postdetailslog
 	{
 	{
-		# Run checks and gathers details to display.
-		check.sh
-		info_config.sh
-		info_parms.sh
-		info_distro.sh
-		info_glibc.sh
-		info_messages.sh
-		query_gamedig.sh
 		fn_info_message_distro
 		fn_info_message_distro
 		fn_info_message_performance
 		fn_info_message_performance
 		fn_info_message_disk
 		fn_info_message_disk