diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-01-26 11:20:54 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-01-26 11:20:54 +0700 |
commit | d34c95a4536af66e0d53d12ba854646140d85068 (patch) | |
tree | 5cfaff62aad337a8ae60ccfdd5be4b3b48006728 /src/vyconfd.ml | |
parent | 8938e627c04c01f8f30a854be6903a9abcd2fa5b (diff) | |
download | vyconf-d34c95a4536af66e0d53d12ba854646140d85068.tar.gz vyconf-d34c95a4536af66e0d53d12ba854646140d85068.zip |
Use absolute path for the vyconfd config file option rather than relative to basepath.
Diffstat (limited to 'src/vyconfd.ml')
-rw-r--r-- | src/vyconfd.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vyconfd.ml b/src/vyconfd.ml index 7a5d6c4..e1423be 100644 --- a/src/vyconfd.ml +++ b/src/vyconfd.ml @@ -150,7 +150,6 @@ let make_world config dirs = let () = let () = Arg.parse args (fun f -> ()) usage in - let () = config_file := FP.concat !basepath !config_file in let vc = Startup.load_daemon_config !config_file in let () = Lwt_log.load_rules ("* -> " ^ vc.log_level) in let dirs = Directories.make !basepath vc in |