From 8c6c2732a9f702bbee96499544416983f0b58ec5b7bf21d7e77f375ec484bc05 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 6 Feb 2025 00:00:00 +0000 Subject: Fix non-standard 'needs/needed Xed' The correct expression is 'needs/needed to be Xed'. --- content/entry/dead-mans-switch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/entry/dead-mans-switch.md') 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. -- cgit v1.2.3