From e5d64f6c75ea234af0eeddcb9bd39e29ee5d6867 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Wed, 9 Feb 2022 04:01:26 -0500 Subject: [PATCH] Fix bashio-typo in watchdog service (#3436) --- rootfs/etc/services.d/watchdog/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/services.d/watchdog/run b/rootfs/etc/services.d/watchdog/run index 8558cb47a..68dbcf8a7 100644 --- a/rootfs/etc/services.d/watchdog/run +++ b/rootfs/etc/services.d/watchdog/run @@ -31,4 +31,4 @@ do done -basio::exit.nok "Watchdog detected issue with Supervisor - taking container down!" +bashio::exit.nok "Watchdog detected issue with Supervisor - taking container down!"