u
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user