mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-12 11:02:13 +08:00
Updated Usage on Tomato routers (markdown)
@@ -35,7 +35,7 @@ You're now ready to install. Change the email address before running this instal
|
||||
```
|
||||
Finally remove the installer directory: `cd .. && rm -Rf acme.sh-master`
|
||||
|
||||
The installer wrote a line to the `.profile` file in the root user's home directory. Tomato keeps this directory on a RAM disk, so you need to make this permanent by adding this command to **Administration→Scripts→Init**:
|
||||
The installer wrote a line to the `.profile` file in the root user's home directory. Tomato keeps this directory on a RAM disk that won't survive reboots, so you need to make this permanent by adding this command to **Administration→Scripts→Init**:
|
||||
```sh
|
||||
echo '. "/tmp/mnt/flash/acme.sh/acme.sh.env"' >> /tmp/home/root/.profile
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user