nanodroid-overlay: change order in which config files are read

merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent c8670d674b
commit 4b7419cf71

@ -216,7 +216,7 @@ overrides_genconfig () {
}
# check for configuration files
config_locations="/data/media/0 /external_sd /sdcard1 /data /tmp /system/addon.d"
config_locations="/data/media/0 /external_sd /sdcard1 /data /system/addon.d /tmp"
media_rw=$(grep "^/dev/block.*/mnt/media_rw" /proc/mounts \
| cut -d " " -f 2 \
| cut -d "/" -f 4)

Loading…
Cancel
Save