Skip to content
Snippets Groups Projects
Commit 849932ff7482 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: fix typo

parent 2ac9d0e12a31
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
exit $start_status exit $start_status
fi fi
criticals=$(grep ' CRITICAL' $logfile -c) criticals=$(grep ' CRITICAL' $logfile -c)
errors=$(grep ' ERROR' $logfile -c errors=$(grep ' ERROR' $logfile -c)
if [[ $criticals -gt 0 ]]; if [[ $criticals -gt 0 ]];
then then
echo "[${RED} KO ${RESET}] Cannot install modules ($criticals CRITICAL messages found)" echo "[${RED} KO ${RESET}] Cannot install modules ($criticals CRITICAL messages found)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment