Skip to content

Commit

Permalink
Log successes, too. #1430
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jun 7, 2024
1 parent 27dbf54 commit ff1228f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm-post-wrapper/rpm-post-wrapper/rpm-post-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ then
(echo "${PACKAGE} %post($@) failed:" \
&& sed -e 's/^//g' "${LOG}" ) \
| logger -p error -t rpm-post-wrapper
else
echo "${PACKAGE} %post($@) OK." \
| logger -p info -t rpm-post-wrapper
fi
exit "${EXITED}"

0 comments on commit ff1228f

Please sign in to comment.