1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

Output formatting changes

This commit is contained in:
downtownallday
2020-06-10 07:21:47 -04:00
parent 8be3011c19
commit f4fda41705
3 changed files with 20 additions and 14 deletions

View File

@@ -113,7 +113,7 @@ detect_syslog_error() {
let ec+=1
record "$F_DANGER[ERROR] $line$F_RESET"
else
record "[ OK] $line"
record "[ OK] $line"
fi
done
[ $ec -gt 0 ] && exit 0