Update util_functions.sh

This commit is contained in:
Didgeridoohan 2020-02-26 23:17:37 +01:00 committed by GitHub
parent 954b3c71a4
commit 4423acb72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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