Compare commits

..

2 Commits

Author SHA1 Message Date
c048ea6e08 Release 2025.08.03 2025-08-03 17:51:19 +02:00
2f796fa934 os-makereport: fix reporting description provided by user 2025-08-03 17:48:38 +02:00
2 changed files with 4 additions and 5 deletions

View File

@@ -1 +1 @@
VERSION = 2025.04.01
VERSION = 2025.08.03

View File

@@ -2,10 +2,10 @@
#
# GNU/Linux O.S. report generation tool
#
# Copyright (c) 2008-2024 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (c) 2008-2025 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
MAKEREPORT_VERSION=20240125
MAKEREPORT_VERSION=20250803
TEMPFILE=`mktemp`
. ${ROOT}/etc/sysconfig/machine
@@ -136,7 +136,6 @@ echo
echo "Gathering information..."
cat > $TEMPFILE << _EOF
****************************************************************************
* ${NAME} diagnostic information ${MAKEREPORT_VERSION} for host $HOSTNAME (`date`)
@@ -147,7 +146,7 @@ if [ "$NOTE" ]; then
echo "
REPORTED PROBLEM:
=================" >> $TEMPFILE
cat "$NOTE" >> $TEMPFILE
echo "$NOTE" >> $TEMPFILE
echo >> $TEMPFILE
fi