From b37f9a36a8476843e2891934b4f14ef4e66236b5 Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Sun, 29 Nov 2015 12:35:14 +0100 Subject: [PATCH] configurator,crontab: smaller clean ups Signed-off-by: Tim Niemeyer Reviewed-by: Steffen Pankratz --- bsp/default/root_file_system/etc/configurator.sh | 1 - bsp/default/root_file_system/etc/crontabs/root | 5 ----- 2 files changed, 6 deletions(-) diff --git a/bsp/default/root_file_system/etc/configurator.sh b/bsp/default/root_file_system/etc/configurator.sh index c7b92bc..3443072 100644 --- a/bsp/default/root_file_system/etc/configurator.sh +++ b/bsp/default/root_file_system/etc/configurator.sh @@ -12,7 +12,6 @@ if [ -f /etc/config/configurator ];then API_IPV6_INTERFACE=`uci get configurator.@api[0].ipv6_interface` API_TIMEOUT=`uci get configurator.@api[0].timeout` API_RETRY=`uci get configurator.@api[0].retry` - SCRIPT_VERSION=`uci get configurator.@script[0].version` SCRIPT_ERROR_LEVEL=`uci get configurator.@script[0].error_level` SCRIPT_LOGFILE=`uci get configurator.@script[0].logfile` CRAWL_METHOD=`uci get configurator.@crawl[0].method` diff --git a/bsp/default/root_file_system/etc/crontabs/root b/bsp/default/root_file_system/etc/crontabs/root index 6cb8f9f..7e45014 100644 --- a/bsp/default/root_file_system/etc/crontabs/root +++ b/bsp/default/root_file_system/etc/crontabs/root @@ -1,7 +1,2 @@ */5 * * * * sh /etc/fastdstart.sh; sh /etc/nodewatcher.sh; sh /etc/configurator.sh; /etc/syncHostname.sh */1 * * * * /usr/sbin/batctl gw off; sleep 1; /usr/sbin/batctl gw client - -#15 01 * * * rdate -s time.fu-berlin.de > /dev/null - -#Enable zapp script if you are running a gateway -#*/1 * * * * /etc/init.d/zapp