fix: remove arch-updates module after update (fix echo output)

This commit is contained in:
Tobias Reisinger 2020-03-01 22:19:40 +01:00
parent 43c34ce130
commit 19766e27a0

View file

@ -4,4 +4,6 @@ pkg_updates_count=$(pacman -Qu | wc -l)
if [ $((pkg_updates_count)) -gt 0 ] if [ $((pkg_updates_count)) -gt 0 ]
then then
echo $pkg_updates_count echo $pkg_updates_count
else
echo ""
fi fi