diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2025-02-06 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2025-02-06 00:00:00 +0000 |
commit | 8c6c2732a9f702bbee96499544416983f0b58ec5b7bf21d7e77f375ec484bc05 (patch) | |
tree | 58ea882fe680fb22a479d3ce46a464f3284ae95661dcaee08f62b8b1d904c4fb /content/entry/dead-mans-switch.md | |
parent | 30041a835108e5bd60500cf43825a50bdcef339dfc0bd9256efa12ba651a0763 (diff) | |
download | journal-8c6c2732a9f702bbee96499544416983f0b58ec5b7bf21d7e77f375ec484bc05.tar.gz journal-8c6c2732a9f702bbee96499544416983f0b58ec5b7bf21d7e77f375ec484bc05.zip |
Fix non-standard 'needs/needed Xed'
The correct expression is 'needs/needed to be Xed'.
Diffstat (limited to 'content/entry/dead-mans-switch.md')
-rw-r--r-- | content/entry/dead-mans-switch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/entry/dead-mans-switch.md b/content/entry/dead-mans-switch.md index f488d84..988d708 100644 --- a/content/entry/dead-mans-switch.md +++ b/content/entry/dead-mans-switch.md @@ -114,7 +114,7 @@ torify ssh [user]@[address.onion] disarm.sh ``` ## Reminder -As an added bonus you could use Cron to schedule a script notifying you before the DMS is triggered. For instance if the DMS needs disarmed on a monthly basis you could write a script that emails you a week in advance a reminder to deactivate it. Again a DMS is only effective if you don't forget to disarm it, so I wouldn't create a DMS without a notification script. +As an added bonus you could use Cron to schedule a script notifying you before the DMS is triggered. For instance if the DMS needs to be disarmed on a monthly basis you could write a script that emails you a week in advance a reminder to deactivate it. Again a DMS is only effective if you don't forget to disarm it, so I wouldn't create a DMS without a notification script. That's it. That's all you need to set up your own DMS. |