fixed missing blankspaces on 2 "sudo edit"

Daniel Martínez 2018-03-15 21:53:21 -06:00
parent 0b07fa643a
commit 5991bcd523
1 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@ Using Upstart allows for more advanced features, such as start/stop and automati
**Create the NzbDrone Upstart config file**
sudoedit /etc/init/nzbdrone.conf
sudo edit /etc/init/nzbdrone.conf
**Paste in the following code, changing the username (right click if using terminal)**
```bash
@ -35,7 +35,7 @@ Press <kbd>Ctrl</kbd>+<kbd>X</kbd> then <kbd>y</kbd> to save (assuming you're us
### Method 2: LSB style init-script (Debian/Ubuntu)
1) `sudoedit /etc/init.d/nzbdrone`
1) `sudo edit /etc/init.d/nzbdrone`
2) Paste the following: (change the user/group to not be root. See the security note in the next section.)
```bash