commit 48b31077616c8d1e72fd4916a0a335d55cc463fc parent 067e8a746989d138479d483a0dfec97d356e7145 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Tue, 5 Jun 2018 01:58:35 +0200 Some echoing updates to updatemaster Diffstat:
M | bin/updatemaster | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bin/updatemaster b/bin/updatemaster @@ -204,4 +204,8 @@ fi if command -v tldr &> /dev/null; then echo -e "-- TLDR database update" tldr -u + echo "Exit code: $?" fi + +echo -e "All systems checked." +notify "All systems checked." "Everything you indicated should be upgraded."