Fixed typo, updated test

This commit is contained in:
Spitap
2023-03-03 09:33:32 +01:00
parent 335a676a1e
commit dbfede6df1
3 changed files with 8 additions and 6 deletions

View File

@@ -54,6 +54,12 @@ run the following command::
$ ./run.py --stop-after-configfile-check <your domain>
If you updated your installer, your config file might be outdated.
The program will exit after the update, so you can check the config file
before continuing. To perform the update, run the following command::
$ ./run.py --update-configfile <your domain>
An interactive mode is also available::
$ ./run.py --interactive <your domain>