Bash is not python!

Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1351573594 +0530
This commit is contained in:
Prasanna Santhanam 2012-10-30 10:36:34 +05:30
parent a2d50c7e43
commit c916d6a1f1
1 changed files with 1 additions and 1 deletions

View File

@ -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