From f0b47b32203e6b16dcd68fc13fe458c40ff78edd Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 22 Jul 2019 16:55:55 +0300 Subject: [PATCH] rfc2324 partial support: any attempt to brew coffee with a teapot should result in the error code 418 - I'm a teapot --- func/main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/func/main.sh b/func/main.sh index 94505606..d0b26d5e 100644 --- a/func/main.sh +++ b/func/main.sh @@ -35,6 +35,7 @@ E_DB=17 E_RRD=18 E_UPDATE=19 E_RESTART=20 +E_TEAPOT=418 # Event string for logger for ((I=1; I <= $# ; I++)); do