mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
nanodroid-overlay: minor fix
This commit is contained in:
parent
8e9c82cad1
commit
3cec4a6185
@ -128,7 +128,7 @@ overrides_remove () {
|
||||
overrides_list () {
|
||||
if [ "${MODE}" = "MAGISK" ]; then
|
||||
for path in ${app_locations}; do
|
||||
if [ -d ${path} ]; then
|
||||
if [ -d ${OVERLAY_PATH}/${path} ]; then
|
||||
echo "Overrides for ${path}:"
|
||||
for app in $(find "${OVERLAY_PATH}/${path}" -name "*.replace"); do
|
||||
app_int="\n * $(basename $(dirname "${app}"))${app_int}"
|
||||
|
Loading…
Reference in New Issue
Block a user