From 7caf5b168c466a1524f84d28f039b867b245f9ca Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 17 Feb 2020 14:24:16 +0000 Subject: [PATCH] output results of update check to stdout --- pacman-update-count.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pacman-update-count.sh b/pacman-update-count.sh index b3eb8f2..6cb9850 100755 --- a/pacman-update-count.sh +++ b/pacman-update-count.sh @@ -16,5 +16,6 @@ if ! [ "$_updates_available" -eq "$_updates_available" ] 2> /dev/null ; then _updates_available="-1" fi +echo "Adding $_updates_available available updates to $_target_file" echo "$_updates_available" > "$_target_file" chown "$_user": "$_target_file"