mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Fix a typo: enviroment -> environment (#4898)
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ You can workaround this restriction by creating a temporary swapfile::
|
|||||||
user@webserver:~$ sudo mkswap /tmp/swapfile
|
user@webserver:~$ sudo mkswap /tmp/swapfile
|
||||||
user@webserver:~$ sudo swapon /tmp/swapfile
|
user@webserver:~$ sudo swapon /tmp/swapfile
|
||||||
|
|
||||||
Disable and remove the swapfile once the virtual enviroment is constructed::
|
Disable and remove the swapfile once the virtual environment is constructed::
|
||||||
|
|
||||||
user@webserver:~$ sudo swapoff /tmp/swapfile
|
user@webserver:~$ sudo swapoff /tmp/swapfile
|
||||||
user@webserver:~$ sudo rm /tmp/swapfile
|
user@webserver:~$ sudo rm /tmp/swapfile
|
||||||
|
|||||||
Reference in New Issue
Block a user