Fix hash-bang directive in nova_create_flavors.sh

The script employs bash-isms, so the directive to use the
Bourne shell causes some predictable failures:

  nova_create_flavors.sh: [[: not found

... etc.

Change-Id: I60f3de55d2ebbfa47d444ec72c07728bbfa38be6
This commit is contained in:
Eoghan Glynn 2012-10-08 12:51:17 +01:00
parent f912bfc4d0
commit dd6975eadc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Create additional nova instance types (flavors)
# to map to the AWS instance types we have in the templates