diff --git a/PortMaster/funcs.txt b/PortMaster/funcs.txt index 6f4b124..8fa34c7 100644 --- a/PortMaster/funcs.txt +++ b/PortMaster/funcs.txt @@ -128,7 +128,9 @@ pm_message() { fi echo "$1" - PortMasterDialog "message" "$1" + if [ "$1" != "Patching process already completed. Skipping." ]; then + PortMasterDialog "message" "$1" + fi } pm_gptokeyb_finish() {