@@ -32,7 +32,9 @@ |
||
32 | 32 | $units = explode("\n", trim($output)); |
33 | 33 | |
34 | 34 | foreach ($units as $unit) { |
35 | - if (empty($unit)) continue; |
|
35 | + if (empty($unit)) { |
|
36 | + continue; |
|
37 | + } |
|
36 | 38 | |
37 | 39 | $id = trim(Runner::run("systemctl show $unit --property=Id --value")->getOutput()); |
38 | 40 | $description = trim(Runner::run("systemctl show $unit --property=Description --value")->getOutput()); |