Another small fix

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

View File

@ -245,6 +245,7 @@ cat
cp cp
cut cut
grep grep
head
id id
mv mv
printf printf
@ -1968,7 +1969,7 @@ export_settings() {
# Create export directory # Create export directory
mkdir -pv $EXPORTPATH >> $LOGFILE 2>&1 mkdir -pv $EXPORTPATH >> $LOGFILE 2>&1
# Create file and Delete instructions # Create file and Delete instructions
sed -n '1,59p' $MODPATH/common/propsconf_conf > $EXPORTFILE >> $LOGFILE 2>&1 head -n 59 $MODPATH/common/propsconf_conf > $EXPORTFILE >> $LOGFILE 2>&1
# Export settings # Export settings
replace_fn CONFFINGERPRINT "\"\"" "\"$MODULEFINGERPRINT\"" $EXPORTFILE replace_fn CONFFINGERPRINT "\"\"" "\"$MODULEFINGERPRINT\"" $EXPORTFILE
replace_fn CONFVENDPRINT false $([ $PRINTEDIT == 0 ] && echo "false" || echo "true") $EXPORTFILE replace_fn CONFVENDPRINT false $([ $PRINTEDIT == 0 ] && echo "false" || echo "true") $EXPORTFILE