From d332f4476b790c907bff9ca1d49854c5c54351ed Mon Sep 17 00:00:00 2001 From: fliespl Date: Tue, 24 Oct 2023 22:10:41 +0200 Subject: [PATCH] do not replace all shell paths in the example --- docs/pages/location/cron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/location/cron.md b/docs/pages/location/cron.md index 2553c1c..a87321c 100644 --- a/docs/pages/location/cron.md +++ b/docs/pages/location/cron.md @@ -34,7 +34,7 @@ Then paste this at the bottom of the file and save it. Note that in this specifi ```bash # This is required, as it otherwise cannot find restic as a command. -PATH="/usr/local/bin:/usr/bin:/bin" +PATH="/usr/local/bin:$PATH" # Example running every 5 minutes */5 * * * * autorestic -c /path/to/my/.autorestic.yml --ci cron