aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 19:05:24 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-09 19:05:24 -0500
commit152ae9fba04eeeb5d2c82720042f9c8ac2faa30d (patch)
treebd6cd572e3cf334e8c15c8f54a71f4a399aa9b0e
parent9b42b19cd4b702a76df33acf7563b2dfae693d5a (diff)
downloadselfhosted-152ae9fba04eeeb5d2c82720042f9c8ac2faa30d.tar.gz
selfhosted-152ae9fba04eeeb5d2c82720042f9c8ac2faa30d.zip
update documentation
-rw-r--r--roles/archive_job/README.md2
-rw-r--r--roles/archive_server/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/archive_job/README.md b/roles/archive_job/README.md
index ea868d2..d2f2e5f 100644
--- a/roles/archive_job/README.md
+++ b/roles/archive_job/README.md
@@ -14,7 +14,7 @@ job at a given calendar interval. The archive command can be specified as an
`argv` to pass to directly to `exec()`, or as a string to be interpreted by the
shell.
-Archive commands are `chdir`ed to the appropriate spool directory prior to
+Archive commands are `chdir`'d to the appropriate spool directory prior to
execution, so it's safe for them to simply write files to their current working
directory.
diff --git a/roles/archive_server/README.md b/roles/archive_server/README.md
index 8582def..84a8e6c 100644
--- a/roles/archive_server/README.md
+++ b/roles/archive_server/README.md
@@ -25,7 +25,7 @@ executable file in the [plugin directory](files/usr/local/libexec/archiver/)
that takes a target hostname as the first argument (you can also pass additional
arguments if needed).
-Plugin scripts are `chdir`ed to the destination directory prior to execution,
+Plugin scripts are `chdir`'d to the destination directory prior to execution,
so it's safe for them to simply write files to the current working directory.
Each line in the archiver [config file](templates/etc/archiver.conf.j2) specifies