This commit is contained in:
jakani24
2024-05-10 11:43:06 +02:00
parent 9af6b5e06a
commit 6443e78c0c
20 changed files with 90 additions and 26 deletions

View File

@@ -163,7 +163,7 @@ int update_settings(const std::string& settings_type) {
res = download_file_from_srv(url, EXCLUDED_FOLDERS, get_setting("communication:unsafe_tls"),0);
else if (settings_type == "sched")
res = download_file_from_srv(url, SCHED_PATH, get_setting("communication:unsafe_tls"),0);
else if (settings_type == "disalowed_start")
else if (settings_type == "disallowed_start")
res = download_file_from_srv(url, DISALLOWED_START_FOLDERS, get_setting("communication:unsafe_tls"), 0);
if (res != 0) {