From 4423acb72e6cd3d99e353800f78aaa640e45f4b7 Mon Sep 17 00:00:00 2001 From: Didgeridoohan Date: Wed, 26 Feb 2020 23:17:37 +0100 Subject: [PATCH] Update util_functions.sh --- common/util_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/util_functions.sh b/common/util_functions.sh index ab15a2f..07b40af 100644 --- a/common/util_functions.sh +++ b/common/util_functions.sh @@ -1969,7 +1969,7 @@ export_settings() { # Create export directory mkdir -pv $EXPORTPATH >> $LOGFILE 2>&1 # Create file and Delete instructions - head -n 59 $MODPATH/common/propsconf_conf > $EXPORTFILE >> $LOGFILE 2>&1 + head -n 59 $MODPATH/common/propsconf_conf > $EXPORTFILE # Export settings replace_fn CONFFINGERPRINT "\"\"" "\"$MODULEFINGERPRINT\"" $EXPORTFILE replace_fn CONFVENDPRINT false $([ $PRINTEDIT == 0 ] && echo "false" || echo "true") $EXPORTFILE