From 993b7fecc98e9b62f4e5d8bd021f1669c53c80bb Mon Sep 17 00:00:00 2001 From: Didgeridoohan Date: Wed, 26 Feb 2020 22:56:02 +0100 Subject: [PATCH] Small fix --- 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 4d75fcd..f62f29d 100644 --- a/common/util_functions.sh +++ b/common/util_functions.sh @@ -1966,7 +1966,7 @@ export_settings() { # Load settings . $LATEFILE # Create export directory - mkdir -pv $EXPORTPATH + mkdir -pv $EXPORTPATH >> $LOGFILE 2>&1 # Create file and Delete instructions sed -n '1,59p' $MODPATH/common/propsconf_conf > $EXPORTFILE >> $LOGFILE 2>&1 # Export settings