Don't show reboot message all the time.

This commit is contained in:
Jan Paul Tuecking
2010-12-04 19:49:36 +01:00
parent 337305ef81
commit 6b1c728d88

View File

@@ -446,7 +446,7 @@ END
&Pakfire::dblist("upgrade", "notice");
print <<END;
END
if ($reboot == 0) {
if ($reboot == 1) {
print "<br /><font color='red'>$Lang::tr{'needreboot'}!</font>";
}
} else {