From a41faf351a42cd586dcff8f4c1a8f4d10a61b4b6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 18 Aug 2019 18:48:32 +0100 Subject: [PATCH 1/1] crontab: Make sure that we are running bash when executing cron jobs Signed-off-by: Michael Tremer --- src/crontab/ipfire | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crontab/ipfire b/src/crontab/ipfire index 5c02a6e4..eb3e52b9 100644 --- a/src/crontab/ipfire +++ b/src/crontab/ipfire @@ -1,3 +1,5 @@ +SHELL=/bin/bash + # Update blog feeds once an hour 0 * * * * nobody ipfire.org update-blog-feeds -- 2.39.2