New hidden variable - exit if patching fails, added to configuration too, default = unchanged = warning

This commit is contained in:
Igor Pečovnik 2016-01-08 19:49:47 +01:00
parent 0a20b32d11
commit 0d94f71cd5

View File

@ -92,6 +92,7 @@ process_patch_file() {
if [ $? -ne 0 ]; then
display_alert "... $(basename $patch)" "failed" "wrn";
if [[ $EXIT_PATCHING_ERROR == "yes" ]]; then exit; fi
else
display_alert "... $(basename $patch)" "succeeded" "info"
fi