Add else case for first loop in check updates script

This commit is contained in:
natemaia 2018-06-30 23:43:16 -07:00
parent 3f22a849bd
commit 2241704274

View File

@ -28,6 +28,8 @@ while true; do
echo "$UPD Update"
elif (( UPDATES > 1 )); then
echo "$UPD Updates"
else
echo $BAR_ICON
fi
sleep 10
get_total_updates