From 225ce4e2875f1e0e45eb46b05be4076af3e917d1 Mon Sep 17 00:00:00 2001 From: Martinique <3702672+Martinique@users.noreply.github.com> Date: Sun, 5 Jul 2020 03:41:55 +0300 Subject: [PATCH] Updated Usage on Tomato routers (markdown) --- Usage-on-Tomato-routers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage-on-Tomato-routers.md b/Usage-on-Tomato-routers.md index c21afd0c..91949676 100644 --- a/Usage-on-Tomato-routers.md +++ b/Usage-on-Tomato-routers.md @@ -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 ```