We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2450ff2 commit 009b3d3Copy full SHA for 009b3d3
utils/td-migration/user-td.sh
@@ -152,9 +152,9 @@ process_args() {
152
if [[ ${PRE_BINDING} == false ]]; then
153
TARGET_PID=$(pgrep -n migtd-src)
154
fi
155
- if [[ ${TD_VSOCK} == "" ]]; then
156
- TD_VSOCK=${SRC_VSOCK}
157
- fi
+ fi
+ if [[ ${TD_VSOCK} == "" ]]; then
+ TD_VSOCK=${SRC_VSOCK}
158
159
;;
160
"dst")
@@ -166,9 +166,9 @@ process_args() {
166
167
TARGET_PID=$(pgrep -n migtd-dst)
168
169
170
- TD_VSOCK=${DST_VSOCK}
171
+ TD_VSOCK=${DST_VSOCK}
172
173
174
*)
0 commit comments