mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 00:21:56 +00:00
Exit if check_deps() fails in --install.
This commit is contained in:
@@ -8087,7 +8087,7 @@ sub install {
|
|||||||
|
|
||||||
# Check Perl module dependencies
|
# Check Perl module dependencies
|
||||||
$next_step->();
|
$next_step->();
|
||||||
check_deps();
|
exit 1 unless check_deps();
|
||||||
|
|
||||||
# 1. Must be root for --install.
|
# 1. Must be root for --install.
|
||||||
$next_step->();
|
$next_step->();
|
||||||
|
Reference in New Issue
Block a user