selfcheck: Check logs for errors

This commit is contained in:
sfalexrog
2019-05-07 14:05:01 +03:00
committed by Oleg Kalachev
parent 5b02f59583
commit b5a01e6a7e
2 changed files with 43 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ epseak speak-data python-espeak \
ntpdate \
python-dev \
python3-dev \
python-systemd \
&& echo_stamp "Everything was installed!" "SUCCESS" \
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)