Parcourir la source

rfc2324 partial support: any attempt to brew coffee with a teapot should result in the error code 418 - I'm a teapot

Serghey Rodin il y a 6 ans
Parent
commit
f0b47b3220
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      func/main.sh

+ 1 - 0
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