sudo -e -> sudo nano (#4869)

I changed this as it was mentioned in #4082. (https://github.com/Cog-Creators/Red-DiscordBot/pull/4082#issuecomment-789291030)
This commit is contained in:
OofChair 2021-03-02 18:19:59 -05:00 committed by GitHub
parent 85dc6f4cc9
commit aad34f2b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ Next, your python :code:`path` can be fetched with the following commands:
Then create the new service file: Then create the new service file:
:code:`sudo -e /etc/systemd/system/red@.service` :code:`sudo nano /etc/systemd/system/red@.service`
Paste the following in the file, and replace all instances of :code:`username` with the Linux username you retrieved above, and :code:`path` with the python path you retrieved above. Paste the following in the file, and replace all instances of :code:`username` with the Linux username you retrieved above, and :code:`path` with the python path you retrieved above.