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