From fbf638cbf01fd22a6c255c3e349b28b38f17160c02b1592c030b73a91d3492f9 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Sat, 22 Aug 2026 02:00:10 +0200 Subject: [PATCH] change success message --- pbc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pbc b/pbc index 83d8014..26c9b8c 100755 --- a/pbc +++ b/pbc @@ -394,8 +394,7 @@ case "$action" in fi fi - $update && action='Update' || action='Installation' - echo "$action successful!" + echo "Success!" ;; *) "$PBC" "$action" "${args[@]}" || exit $?