do not disturb and minor fixes

This commit is contained in:
Michał Gdula 2022-04-22 10:17:32 +01:00
parent 1a384d0cd5
commit a4a0fed7d1
7 changed files with 38 additions and 10 deletions

View file

@ -2,7 +2,7 @@
b=$(pacman -Qu | wc -l)
if [[ "$b" -ne "0" ]]; then
if [ "$b" != "0" ]; then
echo " ";
else
echo "";