fix: grammar stuff with the checkupdates script
This commit is contained in:
@@ -12,8 +12,9 @@ count=$(cat /tmp/checkupdates)
|
|||||||
status="$count updates"
|
status="$count updates"
|
||||||
if [[ $count -eq 0 ]]; then
|
if [[ $count -eq 0 ]]; then
|
||||||
status="Up to date"
|
status="Up to date"
|
||||||
|
elif [[ $count == "1" ]]; then
|
||||||
|
status="$count update"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$status"
|
echo "$status"
|
||||||
|
|
||||||
upd & disown
|
upd & disown
|
||||||
|
|||||||
Reference in New Issue
Block a user