Add else case for first loop in check updates script
This commit is contained in:
parent
3f22a849bd
commit
2241704274
@ -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
|
||||
|
Reference in New Issue
Block a user