Update README.md

This commit is contained in:
mudhorn 2025-08-25 12:18:07 -07:00
parent f857efdeb2
commit ab038ad8cf

View file

@ -41,7 +41,7 @@ su <user> <group>
EOF EOF
``` ```
Done ✅ — your mirror will now stay up to date automatically. Replace '<user>' and '<group>' with actual user & group (usually drcit drcit), and replace any '<paths>' with the correct *absolute* path (e.g. /**home/drcit**/.local/logs/aredn.log) Done ✅ — your mirror will now stay up to date automatically. Replace `<user>` and `<group>` with actual user & group (usually drcit drcit), and replace any `<paths>` with the correct *absolute* path (e.g. /**home/drcit**/.local/logs/aredn.log)
--- ---
@ -64,7 +64,7 @@ UPSTREAM="downloads.arednmesh.org::aredn_firmware" # rsync source
NEW_URL="http://n2drc-ls1.local.mesh/" # mesh URL to inject NEW_URL="http://n2drc-ls1.local.mesh/" # mesh URL to inject
``` ```
Replace any '<paths>' with the correct path (e.g. "$HOME/**docker/fileserver/files**/aredn"). Replace any `<paths>` with the correct path (e.g. "$HOME/**docker/fileserver/files**/aredn").
--- ---
@ -93,7 +93,7 @@ su <user> <group>
} }
``` ```
This rotates logs daily, keeps 7 days, and compresses older logs. Replace '<user>' and '<group>' with actual user & group (usually drcit drcit), and replace any '<paths>' with the correct *absolute* path (e.g. /**home/drcit**/.local/logs/aredn.log) This rotates logs daily, keeps 7 days, and compresses older logs. Replace `<user>` and `<group>` with actual user & group (usually drcit drcit), and replace any `<paths>` with the correct *absolute* path (e.g. /**home/drcit**/.local/logs/aredn.log)
--- ---