mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-11 17:00:41 +00:00
Update index.html
This commit is contained in:
parent
7d07d8e0cd
commit
d4b50ad332
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<script src="../*/po.js"></script>
|
||||
<script>
|
||||
function getInfo(){
|
||||
cockpit.file("/data/credentials/password.txt").read().then((content, tag) => {
|
||||
cockpit.file("/credentials/password.txt").read().then((content, tag) => {
|
||||
document.getElementById("sysinfo").innerText = content
|
||||
})
|
||||
.catch(error => {
|
||||
|
@ -31,4 +31,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue