From 87ec54d07203f53c46e3c3b998721557d3bc1d1f Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Thu, 10 Dec 2015 15:51:08 +0100 Subject: [PATCH] - fixed crontab entry (plus white space fix) Signed-off-by: Steffen Pankratz Reviewed-by: Tim Niemeyer --- bsp/default/root_file_system/etc/crontabs/root | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/default/root_file_system/etc/crontabs/root b/bsp/default/root_file_system/etc/crontabs/root index ccbb441..89f0e79 100644 --- a/bsp/default/root_file_system/etc/crontabs/root +++ b/bsp/default/root_file_system/etc/crontabs/root @@ -1,3 +1,3 @@ -*/5 * * * * sleep $(/usr/bin/random 0 29); sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sleep $(/usr/bin/random 0 209); sh /etc/configurator.sh -0/30 * * * * sleep $(/usr/bin/random 0 1790); /etc/syncHostname.sh +*/5 * * * * sleep $(/usr/bin/random 0 29); sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sleep $(/usr/bin/random 0 209); sh /etc/configurator.sh +*/30 * * * * sleep $(/usr/bin/random 0 1790); /etc/syncHostname.sh */1 * * * * /usr/sbin/batctl gw off; sleep 1; /usr/sbin/batctl gw client