mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Exit non-zero if composer bin not found (#15120)
This commit is contained in:
@@ -102,6 +102,7 @@ if ($exec) {
|
|||||||
exit($exit_code);
|
exit($exit_code);
|
||||||
} else {
|
} else {
|
||||||
echo "Composer not available, please manually install composer.\n";
|
echo "Composer not available, please manually install composer.\n";
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
function curl_fetch($url, $proxy, $use_https, $output = false)
|
function curl_fetch($url, $proxy, $use_https, $output = false)
|
||||||
|
Reference in New Issue
Block a user