Skip to content

Commit

Permalink
feat: Send a warning message when user do not process pacnew files
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jul 8, 2024
1 parent 79a97e7 commit ff2116a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/script/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ pacnew_files() {
fi
;;
*)
info_msg "$(eval_gettext "The pacnew file(s) processing hasn't been applied\n")"
echo
warning_msg "$(eval_gettext "The pacnew file(s) processing hasn't been applied\nPlease, consider processing them promptly\n")"
;;
esac
else
Expand Down

0 comments on commit ff2116a

Please sign in to comment.