Fix arguments in call to os-apply-config

Change-Id: I0e5b5ce1a48541973dcd6fbdf6c5c6558dca3138
This commit is contained in:
Clint Byrum 2013-12-22 07:34:50 -08:00
parent 7d0f975877
commit be3e8da15a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -eux
ephemeraldisk=$(os-apply-config --key block-device-mapping.ephemeral0 --type raw --default '')
ephemeraldisk=$(os-apply-config --key block-device-mapping.ephemeral0 --type raw --key-default '')
[ -n "$ephemeraldisk" ] || exit 0
if grep -q "^$ephemeraldisk " /proc/mounts ; then