mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-22 15:30:09 +00:00
Fix language in 502 page
This commit is contained in:
parent
c2be764aa6
commit
22976029ce
@ -1,14 +1,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>RaSCSI-web is Starting</title>
|
<title>RaSCSI-Web is Starting</title>
|
||||||
<meta http-equiv="refresh" content="2">
|
<meta http-equiv="refresh" content="2">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
<h1>RaSCSI Web is starting....</h1>
|
<h1>RaSCSI-Web is Starting....</h1>
|
||||||
<h2>This page will automatically refresh.</h2>
|
<h2>This page will automatically refresh.</h2>
|
||||||
<p>First boot and upgrades can take a second to resolve dependancies.</p>
|
<p>First boot and upgrades can take a second while resolving dependencies.</p>
|
||||||
<p>If you're seeing this page for over a minute please check the logs at <tt>sudo journalctl -f</tt></p>
|
<p>If you're seeing this page for over a minute please check the logs at <tt>sudo journalctl -f</tt></p>
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
Loading…
Reference in New Issue
Block a user