run install on 9841 to avoid port issues on 9842
This commit is contained in:
parent
8933b47a13
commit
ce940bbec5
2 changed files with 7 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<body>
|
||||
<script>
|
||||
function load() {
|
||||
var base = 'http://127.0.0.1:9842';
|
||||
var base = 'http://127.0.0.1:9841';
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.onload = function() {
|
||||
document.location.href = base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue