File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ do_command() {
3636}
3737
3838ecs_create_instance () {
39- do_command " aliyun ecs CreateInstance --ImageId ubuntu_16_0402_64_20G_alibase_20171227 .vhd --InstanceType ecs.xn4.small" $1
39+ do_command " aliyun ecs CreateInstance --ImageId ubuntu_18_04_64_20G_alibase_20190624 .vhd --InstanceType ecs.xn4.small" $1
4040}
4141
4242ecs_start_instance () {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function do_command() {
2525}
2626
2727function ecs_create_instance () {
28- do_command " aliyun ecs CreateInstance --ImageId ubuntu_16_0402_64_20G_alibase_20171227 .vhd --InstanceType ecs.xn4.small" $ ($args [0 ])
28+ do_command " aliyun ecs CreateInstance --ImageId ubuntu_18_04_64_20G_alibase_20190624 .vhd --InstanceType ecs.xn4.small" $ ($args [0 ])
2929}
3030
3131function ecs_start_instance () {
You can’t perform that action at this time.
0 commit comments