uninstaller: fix error handling

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 26d3271ef5
commit 34de0a5a71

@ -229,7 +229,7 @@ system_mode_uninstall () {
fi
restore_gapps
xargs rm -f < ${system_list} || " !! failed to remove files"
xargs rm -f < ${system_list} || error "failed to remove files"
# remove empty directories
# (find -empty not available on Android)

Loading…
Cancel
Save