From cd0ec0470ddb0e0143dd0c74411dd054f8e3381f Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 4 Dec 2021 19:48:41 +0100 Subject: [PATCH] TZ optional --- resiliosync/config.json | 2 +- webtop/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resiliosync/config.json b/resiliosync/config.json index 737ca8bf6..688079deb 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -52,7 +52,7 @@ "schema": { "PUID": "int", "PGID": "int", - "TZ": "str", + "TZ": "str?", "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", diff --git a/webtop/config.json b/webtop/config.json index a2db845ff..3ee3f20d2 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -56,7 +56,7 @@ "schema": { "PUID": "int", "PGID": "int", - "TZ": "str", + "TZ": "str?", "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?",