Update faq.md

This commit is contained in:
Maxim Devaev 2021-04-21 15:01:08 +03:00 committed by GitHub
parent e8b3828208
commit 2c5e0eda5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
su - # If you're in the webterm su - # If you're in the webterm
rw # Switch filesystem to read-write mode rw # Switch filesystem to read-write mode
passwd root # Change OS root password passwd root # Change OS root password
kvmd-passwd set admin # Change web ui admin password kvmd-htpasswd set admin # Change web ui admin password
ro # Back to read-only ro # Back to read-only
``` ```
</details> </details>