X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=main.cpp;h=064537cd79a0572ef706e66c52106ce522f8026d;hp=2c5ef67d90bb78b7c897040ce8d3710d6975c044;hb=9819131192eec224aa3aef48ef228604b6b098e5;hpb=a313e4c7a3c0c453d4dffd317fc143f1f4a7f8ba diff --git a/main.cpp b/main.cpp index 2c5ef67..064537c 100644 --- a/main.cpp +++ b/main.cpp @@ -427,7 +427,7 @@ start: } // OK, so the signal was SIGHUP. Check that the new config is okay, then exec the new binary. - if (!dry_run_config(argv[0], config_filename)) { + if (!dry_run_config(argv0_canon, config_filename_canon)) { open_logs(config.log_destinations); log(ERROR, "%s --test-config failed. Restarting old version instead of new.", argv[0]); hupped = false;