diff --git a/bin/reboot-required b/bin/reboot-required index 08846195..731ca859 100755 --- a/bin/reboot-required +++ b/bin/reboot-required @@ -18,6 +18,4 @@ # along with this program. If not, see . -if [ -e /var/run/reboot-required ]; then - echo "(@)" -fi +[ -e /var/run/reboot-required ] && echo "(@)"