mirror of
https://github.com/Magisk-Modules-Repo/MagiskHidePropsConf.git
synced 2024-11-16 14:09:48 +00:00
Update util_functions.sh
This commit is contained in:
parent
954b3c71a4
commit
4423acb72e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user