Skip to content

Commit 187d4f7

Browse files
author
Prasanna Santhanam
committed
hyphenate the option for mysql passwd. typo blunder
1 parent e28e8f8 commit 187d4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/setup-test-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ do
5656
done
5757

5858
#Damn Small Linux ISO type
59-
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)'")
59+
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)'")
6060
if [[ $ostypeid == "" ]]; then
6161
echo "Unable to contact DB server @ $DB_SVR"
6262
exit 2

0 commit comments

Comments
 (0)