From e4f1405313e5b49e3dfab437292c72ae0dc44501 Mon Sep 17 00:00:00 2001 From: floh1111 Date: Tue, 1 Nov 2011 21:08:17 +0000 Subject: [PATCH] Do not only add ipv6 address if loglevel ist set. Thanks to Bjo! --- root_file_system/default/etc/configurator.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/root_file_system/default/etc/configurator.sh b/root_file_system/default/etc/configurator.sh index 85400b4..708746f 100644 --- a/root_file_system/default/etc/configurator.sh +++ b/root_file_system/default/etc/configurator.sh @@ -169,11 +169,10 @@ elif [ $CRAWL_METHOD == "hash" ]; then else if [ $SCRIPT_ERROR_LEVEL -gt "1" ]; then echo "`date`: Der Router ist bereits mit Netmon verknüpt" >> $SCRIPT_LOGFILE - - if [[ $AUTOADD_IPV6_ADDRESS = "1" ]]; then - autoadd_ipv6_address - fi fi + if [[ $AUTOADD_IPV6_ADDRESS = "1" ]]; then + autoadd_ipv6_address + fi fi fi