Detect at startup whether config and data paths are remote

This is in preparation for changing the locking regime of history.
This commit is contained in:
ridiculousfish
2021-05-08 18:17:54 -07:00
parent 541e1d2fad
commit d1fd3d5825
3 changed files with 53 additions and 3 deletions

View File

@@ -415,7 +415,7 @@ void env_init(const struct config_paths_t *paths, bool do_uvars, bool default_pa
init_input();
// Complain about invalid config paths.
path_emit_config_directory_errors(vars);
path_emit_config_directory_messages(vars);
if (do_uvars) {
// Set up universal variables. The empty string means to use the default path.