mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
systemctl: Add missing "/" to files created by 'edit --runtime'
This commit is contained in:
parent
1e9707d495
commit
79d4ace11e
@ -6093,7 +6093,7 @@ static int get_file_to_edit(
|
||||
return log_oom();
|
||||
|
||||
if (arg_runtime) {
|
||||
run = strjoin(paths->runtime_config, name, NULL);
|
||||
run = strjoin(paths->runtime_config, "/", name, NULL);
|
||||
if (!run)
|
||||
return log_oom();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user