mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This reverts commit d82d2f1f19.
This commit is contained in:
@@ -93,8 +93,7 @@ if (! $exec) {
|
||||
}
|
||||
|
||||
if ($exec) {
|
||||
passthru("$exec " . implode(' ', array_splice($argv, 1)) . "$extra_args 2>&1", $exit_code);
|
||||
exit($exit_code);
|
||||
passthru("$exec " . implode(' ', array_splice($argv, 1)) . "$extra_args 2>&1");
|
||||
} else {
|
||||
echo "Composer not available, please manually install composer.\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user