From 5991bcd5234bc3d4c4d08749800d2590d35ce6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADnez?= Date: Thu, 15 Mar 2018 21:53:21 -0600 Subject: [PATCH] fixed missing blankspaces on 2 "sudo edit" --- Autostart-on-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 59609bf..29b9cc5 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -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 Ctrl+X then y 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