Skip to content

Commit f635988

Browse files
tanhongitgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 00878e9 commit f635988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/ChangeOwnerConfigJson.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ private function getDefaultUserGroup(): string
6060
$defaultUserGroup = exec('ps aux | egrep "(apache|httpd|nginx)" | grep -v "root" | head -n1 | cut -d\ -f1');
6161
if ($defaultUserGroup === false) {
6262
$this->error('Failed to retrieve default user and group');
63+
6364
return '';
6465
}
66+
6567
return $defaultUserGroup;
6668
}
6769
}

0 commit comments

Comments
 (0)