mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-07 15:20:36 +00:00
uninstaller: fix error handling
This commit is contained in:
parent
26d3271ef5
commit
34de0a5a71
@ -229,7 +229,7 @@ system_mode_uninstall () {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
restore_gapps
|
restore_gapps
|
||||||
xargs rm -f < ${system_list} || " !! failed to remove files"
|
xargs rm -f < ${system_list} || error "failed to remove files"
|
||||||
|
|
||||||
# remove empty directories
|
# remove empty directories
|
||||||
# (find -empty not available on Android)
|
# (find -empty not available on Android)
|
||||||
|
Loading…
Reference in New Issue
Block a user