From 713b577dc556b0c9b7afcbb29b0b1394647b7fec Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 3 Sep 2023 10:27:30 +0200 Subject: [PATCH] REGEX for TZ --- webtop_kde/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/config.json b/webtop_kde/config.json index ff21172cc..79faeca50 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -94,7 +94,7 @@ "PASSWORD": "str?", "PGID": "int", "PUID": "int", - "TZ": "str?", + "TZ": "match([A-Z][a-z]*.\/[A-Z][a-z]*.)?", "additional_apps": "str?", "cifsdomain": "str?", "cifspassword": "str?",