From f0e91ad15b12cbe53bfe054d755c7310cda04595 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 28 Feb 2024 01:00:01 -0800 Subject: [PATCH] Disable problematic env var --- fighter/config/networkupstools/nut.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fighter/config/networkupstools/nut.env b/fighter/config/networkupstools/nut.env index b9f4adc..7f39033 100644 --- a/fighter/config/networkupstools/nut.env +++ b/fighter/config/networkupstools/nut.env @@ -3,4 +3,4 @@ USER_ID=1001 GROUP_ID=1001 TITLEDB_REGION=US TITLEDB_LANGUAGE=en -NUT_API_SCHEDULES='"[{"scan":"0/30 * * * *}]"' \ No newline at end of file +#NUT_API_SCHEDULES='"[{"scan":"0/30 * * * *}]"' \ No newline at end of file