From 9c7702717b905a754518ce37ced17359c8521cde Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 6 Oct 2021 22:17:00 -0500 Subject: [PATCH] (fix) quote file mode in example config (#120) --- examples/notifiarr.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notifiarr.conf.example b/examples/notifiarr.conf.example index 3d23f4dc4..441fc24b9 100644 --- a/examples/notifiarr.conf.example +++ b/examples/notifiarr.conf.example @@ -55,7 +55,7 @@ log_files = 0 ## ## Unix file mode for new log files. Umask also affects this. ## Missing or 0 uses default of 0600. Permissive is 0644. Ignored by Windows. -file_mode = 0600 +file_mode = "0600" ## How often to send current application states for the dashboard. ##