mirror of https://github.com/apache/cloudstack.git
Bash is not python!
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1351573594 +0530
This commit is contained in:
parent
a2d50c7e43
commit
c916d6a1f1
|
|
@ -62,7 +62,7 @@ done
|
|||
#Damn Small Linux ISO type
|
||||
if [[ $HV == "kvm" ]]; then
|
||||
ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.5 (64-bit)'")
|
||||
else:
|
||||
else
|
||||
ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.3 (64-bit)'")
|
||||
fi
|
||||
if [[ $ostypeid == "" ]]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue