Merge pull request #166 from oremj/binbash

qemu_template: use /bin/bash instead of /bin/sh.
This commit is contained in:
Michael Marineau 2014-02-07 10:34:33 -08:00
commit d0e9240747

View File

@ -40,7 +40,7 @@ do
done
shift $((script_args - 1))
[ "$1" == "--" ] && shift
[ "$1" = "--" ] && shift
METADATA=$(mktemp -t -d coreos-meta-data.XXXXXXXXXX)