diff --git a/client/cs_scheduler.cpp b/client/cs_scheduler.cpp index 31235e9d80..e79dff1ebf 100644 --- a/client/cs_scheduler.cpp +++ b/client/cs_scheduler.cpp @@ -615,6 +615,7 @@ int CLIENT_STATE::handle_scheduler_reply( } else { if (is_https_transition(url2.c_str(), url1.c_str())) { strcpy(project->master_url, url1.c_str()); + project->write_account_file(); msg_printf(project, MSG_INFO, "Project URL changed from http:// to https://" );