ubuntu-server-cloudimg-modify: fix location of #! shell line 49/14949/1
authorBilly O'Mahony <billy.o.mahony@intel.com>
Wed, 1 Jun 2016 08:43:19 +0000 (09:43 +0100)
committerBilly O'Mahony <billy.o.mahony@intel.com>
Wed, 1 Jun 2016 08:43:19 +0000 (09:43 +0100)
commitbf91c1a8c9539ed5516530ca0109760982930d3a
tree0dcb1c1964615605e1fa1f854a2c2cc9b26bd1b0
parent438596f8942f13e5c5c429b9ae38878e87a3e6ca
ubuntu-server-cloudimg-modify: fix location of #! shell line

The #!/bin/bash was not on the first line of the script so the script
was run as sh not bash. This meant some obvious things like ${VAR} do
not work.

Change-Id: Ieac3e4aca8e7f34ac7985cca5b6ef12e7705f202
Signed-off-by: Billy O'Mahony<billy.o.mahony@intel.com>
Reviewed-by: Szilard Cserey <szilard.cserey@gmail.com>
Reviewed-by: Liang Gao <jean.gaoliang@huawei.com>
tools/ubuntu-server-cloudimg-modify.sh