2
0
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:
Christopher Roy Bratusek 2018-09-08 19:34:59 +02:00
parent 26d3271ef5
commit 34de0a5a71

View File

@ -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)