mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Make 'test-env restart cluster' work.
This commit is contained in:
@@ -379,8 +379,9 @@ case $opt in
|
||||
done
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
$0 start
|
||||
shift;
|
||||
$0 stop "$@"
|
||||
$0 start "$@"
|
||||
;;
|
||||
status)
|
||||
sandbox_status 'master' '12345'
|
||||
|
Reference in New Issue
Block a user