Skip to content

Release 0.4.1

Compare
Choose a tag to compare
@kreeuwijk kreeuwijk released this 09 Feb 09:55

Bugfixes

  • For parsing the result of /usr/bin/needs-restarting -r in CentOS 7/8, the script was if [ $? -eq 0 ] instead of if [ $? -eq 1 ], which caused the logic to be flipped.