* [PATCH] index.cgi: Fix CPU architecture check
@ 2020-09-19 16:13 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-09-19 16:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 609 bytes --]
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
html/cgi-bin/index.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi
index 8e7207d0c..5aec4c594 100644
--- a/html/cgi-bin/index.cgi
+++ b/html/cgi-bin/index.cgi
@@ -547,7 +547,7 @@ if ( ! -e "/var/ipfire/main/send_profile") {
# Legacy architecture
my ($sysname, $nodename, $release, $version, $machine) = &POSIX::uname();
-if ($machine =~ m/^i?86$/) {
+if ($machine =~ m/^i.86$/) {
$warnmessage .= "<li>$Lang::tr{'legacy architecture warning'}</li>";
}
--
2.20.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-19 16:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-19 16:13 [PATCH] index.cgi: Fix CPU architecture check Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox