mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-23 21:55:20 +00:00
Fixed supervisorctl status for web panel only
This commit is contained in:
parent
ef354cc369
commit
568b019d75
1 changed files with 2 additions and 4 deletions
|
@ -176,7 +176,6 @@ And finally, check everything is running:
|
||||||
```bash
|
```bash
|
||||||
sudo supervisorctl status
|
sudo supervisorctl status
|
||||||
|
|
||||||
gstfsd RUNNING pid 24187, uptime 2:59:14
|
|
||||||
novncd RUNNING pid 24186, uptime 2:59:14
|
novncd RUNNING pid 24186, uptime 2:59:14
|
||||||
webvirtcloud RUNNING pid 24185, uptime 2:59:14
|
webvirtcloud RUNNING pid 24185, uptime 2:59:14
|
||||||
|
|
||||||
|
@ -192,11 +191,10 @@ Done!!
|
||||||
Go to http://serverip and you should see the login screen.
|
Go to http://serverip and you should see the login screen.
|
||||||
|
|
||||||
### Default credentials
|
### Default credentials
|
||||||
|
<pre>
|
||||||
login: admin
|
login: admin
|
||||||
|
|
||||||
password: admin
|
password: admin
|
||||||
|
</pre>
|
||||||
|
|
||||||
### How To Update
|
### How To Update
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue