mirror of
https://github.com/lephisto/crossover.git
synced 2025-12-06 04:09:20 +01:00
improvement: precise wording
This commit is contained in:
@@ -446,7 +446,7 @@ function mirror() {
|
|||||||
dcluster=$(ssh "$opt_destination" grep cluster_name /etc/pve/corosync.conf | cut -d " " -f 4)
|
dcluster=$(ssh "$opt_destination" grep cluster_name /etc/pve/corosync.conf | cut -d " " -f 4)
|
||||||
|
|
||||||
if [ $opt_migrate -eq 1 ] && [ $opt_noconfirm -eq 0 ]; then
|
if [ $opt_migrate -eq 1 ] && [ $opt_noconfirm -eq 0 ]; then
|
||||||
echo "VM(s) $opt_vm_ids will be shutdown on [$scluster] and started on [$dcluster]"
|
echo "VM(s) $opt_vm_ids will subsequently be shutdown on [$scluster] and started on [$dcluster]"
|
||||||
read -p "Do you want to proceed? (yes/no) " yn
|
read -p "Do you want to proceed? (yes/no) " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
yes ) echo ok, we will proceed;;
|
yes ) echo ok, we will proceed;;
|
||||||
|
|||||||
Reference in New Issue
Block a user