docs: fix typo in user_changes.md

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2020-11-20 14:26:15 -05:00
parent 01a48e530f
commit 8d3e185894
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This file will track changes that require user intervention,
such as a configuration change or a reinstallation. such as a configuration change or a reinstallation.
### November 19th 2020 ### November 19th 2020
- The install script (`install_moonraker.sh`) now has command-line - The install script (`install-moonraker.sh`) now has command-line
options:\ options:\
`-r` Rebuild the python virtual env\ `-r` Rebuild the python virtual env\
`-f` Force an overwrite of `/etc/default/moonraker` during installation\ `-f` Force an overwrite of `/etc/default/moonraker` during installation\
@ -12,7 +12,7 @@ such as a configuration change or a reinstallation.
- New dependencies have been added to Moonraker which require reinstallation. - New dependencies have been added to Moonraker which require reinstallation.
Run the following command to reinstall and rebuild the virtualenv: Run the following command to reinstall and rebuild the virtualenv:
``` ```
~/moonraker/scripts/install_moonraker.sh -r ~/moonraker/scripts/install-moonraker.sh -r
``` ```
- The power plugin configuration has changed. See the - The power plugin configuration has changed. See the
[install guide](installation.md#power-control-plugin) for [install guide](installation.md#power-control-plugin) for
@ -27,7 +27,7 @@ such as a configuration change or a reinstallation.
``` ```
cd ~/moonraker/ cd ~/moonraker/
git pull git pull
~/moonraker/scripts/install_moonraker.sh -r ~/moonraker/scripts/install-moonraker.sh -r
sudo reboot sudo reboot
``` ```
Make sure that the power plugin configuration has been updated prior Make sure that the power plugin configuration has been updated prior