From 411165dd392e08626b0bec5c6a19c089499cd27f Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Wed, 16 Sep 2015 15:28:47 +0200 Subject: [PATCH] documentation: cron examples: use system's default shell --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3eadb7..96425e0 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Retention policy: /etc/cron.daily/btrbk: - #!/bin/bash + #!/bin/sh /usr/sbin/btrbk -c /etc/btrbk/btrbk-mylaptop.conf run @@ -226,7 +226,7 @@ regular basis: /etc/cron.daily/btrbk: - #!/bin/bash + #!/bin/sh /usr/sbin/btrbk run Note that you can run btrbk more than once a day, e.g. by creating the