From 05fa3051e12acddfe320912a93e1927bcf1b64f6df2a14589594144df3b9f3e2 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Mon, 23 May 2022 00:00:00 +0000 Subject: Fix spelling errors --- 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 6920e79..29c18a6 100644 --- a/content/entry/dead-mans-switch.md +++ b/content/entry/dead-mans-switch.md @@ -100,7 +100,7 @@ else fi ``` -Those two scripts are the most important. Don't forget to set their permissions as executable. Next you need to decide how often you want the switch to be triggered. You can set it to be as frequent as you wish but remember if the switch isn't deactivated each time before trigger.sh runs it will publish the private key. The last thing you want is to accidentally trigger the switch. Phoenixnap.com has a great knowledgebase article[28] on using Cron. Here's an example that triggers the switch monthly at 00:00 hrs: +Those two scripts are the most important. Don't forget to set their permissions as executable. Next you need to decide how often you want the switch to be triggered. You can set it to be as frequent as you wish but remember if the switch isn't deactivated each time before trigger.sh runs it will publish the private key. The last thing you want is to accidentally trigger the switch. Phoenixnap.com has a great knowledge base article[28] on using Cron. Here's an example that triggers the switch monthly at 00:00 hrs: ```plaintext @monthly /home//trigger.sh -- cgit v1.2.3