mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Don't lie about saved reports.
PR: gnu/89777 Submitted by: edwin MFC after: 1 day
This commit is contained in:
parent
c1bf516f6e
commit
3a787f042c
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ else
|
|||
if [ -z "$BATCH" ]; then
|
||||
BAD=`mktemp -t pbad`
|
||||
echo "$COMMAND: the problem report remains in $BAD and is not sent."
|
||||
mv $REF $BAD
|
||||
mv $TEMP $BAD
|
||||
else
|
||||
echo "$COMMAND: the problem report is not sent."
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue