From 31b29ee394887ebcfb1d554eb85984d599f8bdef Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 28 Nov 2022 23:47:56 +0100 Subject: [PATCH] fix crond example --- basics/cron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/cron.md b/basics/cron.md index 816dc81..34452b3 100644 --- a/basics/cron.md +++ b/basics/cron.md @@ -89,7 +89,7 @@ First add `HOME=/home/user`, then you can use syntax like this: You can also add your regular path to your crontab as a variable (see example below). If you're using vim as the editor, just run this at the top of your crontab: -> :r!echo $PATH +> :r!echo PATH=$PATH ### Location