Bar argument in error output
This commit is contained in:
parent
1cc843e6eb
commit
5cfbde8fdc
|
@ -32,5 +32,5 @@ elif [ "$1" == 'update' ]; then
|
||||||
let COUNT--
|
let COUNT--
|
||||||
echo $COUNT > /home/jpm/.spool/apt-upgradeable
|
echo $COUNT > /home/jpm/.spool/apt-upgradeable
|
||||||
else
|
else
|
||||||
echo "Missing argument: update, upgrade"
|
echo "Missing argument: update, upgrade, bar"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue