1
0
Fork 0
forked from mirrors/openup

check the return code of syspatch

This commit is contained in:
Robert Nagy 2017-10-06 18:30:14 +02:00
commit 681584433b

4
openup
View file

@ -134,6 +134,10 @@ rm_old_bp() {
update_syspatches() {
pr "Installing/updating syspatches"
syspatch
if [ $? -gt 0 ]; then
pr_err "syspatch failed; please run syspatch manually"
bye_bye
fi
}
update_binpatches() {