run install on 9841 to avoid port issues on 9842

This commit is contained in:
j 2015-02-27 16:13:15 +05:30
commit ce940bbec5
2 changed files with 7 additions and 6 deletions

View file

@ -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;