Fix wording of root password explanation (#539)

This commit is contained in:
YunoHost Bot 2017-08-30 15:38:40 +02:00 committed by Alexandre Aubin
parent 8cd22cbaad
commit 835c76db45

View file

@ -16,7 +16,7 @@ sudo apt-get install git dialog
git clone https://github.com/YunoHost/install_script /tmp/install_script git clone https://github.com/YunoHost/install_script /tmp/install_script
``` ```
3. The root user must have a password set, if it isn't the case, set it (whithout the install script failed): 3. The root user must have a password set, if it isn't the case, set it (otherwise, the install script fails):
```bash ```bash
sudo passwd root sudo passwd root
``` ```