]> git.ipfire.org Git - people/stevee/network.git/blobdiff - functions.logging
Exit if the check functionality of a hook fails.
[people/stevee/network.git] / functions.logging
index d3043ef8afd3a27b53a1a995d8a84efdd1c84a3a..57b432617220dfec9987b2602eaf512cdf1dbede 100644 (file)
@@ -64,7 +64,7 @@ function log() {
                WARNING)
                        colour="${CLR_YELLOW_R}"
                        ;;
-               ERROR)
+               CRITICAL|ERROR)
                        colour="${CLR_RED_B}"
                        ;;
        esac