Fix indent

This commit is contained in:
Ilia
2022-04-23 01:20:32 +03:00
parent 9079d6121a
commit eeeae8a2f6

View File

@@ -2407,8 +2407,8 @@ if ($name) {
if (-r "$p/$name.service" || -r "$p/$name") {
return $p;
}
}
}
}
if (-d "/etc/systemd/system") {
return "/etc/systemd/system";
}