Set imageName if G
This commit is contained in:
parent
b418c1abab
commit
1a7830f460
|
@ -134,6 +134,7 @@ while getopts "h?p:Pn:c:z:gG:a:d:" opt; do
|
||||||
G)
|
G)
|
||||||
enableGpu=true
|
enableGpu=true
|
||||||
leaderMachineType="$OPTARG"
|
leaderMachineType="$OPTARG"
|
||||||
|
imageName=$gpuImageName
|
||||||
;;
|
;;
|
||||||
a)
|
a)
|
||||||
leaderAddress=$OPTARG
|
leaderAddress=$OPTARG
|
||||||
|
|
Loading…
Reference in New Issue