From: Michael Tremer Date: Sun, 18 Aug 2019 17:48:32 +0000 (+0100) Subject: crontab: Make sure that we are running bash when executing cron jobs X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=a41faf351a42cd586dcff8f4c1a8f4d10a61b4b6;hp=34da2d89e502a42f22fe5b0965310977466abfdd crontab: Make sure that we are running bash when executing cron jobs Signed-off-by: Michael Tremer --- 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