1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 02:56:13 +00:00

Merge pull request #864 from datawolf/fix-lay-down-os-error

fix lay-down-os error
This commit is contained in:
Darren Shepherd 2016-04-07 10:52:10 -07:00
commit 099b8f6f4a

View File

@ -6,7 +6,7 @@ SCRIPTS_DIR=$(dirname ${0})
. "${SCRIPTS_DIR}/build.conf"
VERSION=${VERSION:?"VERSION not set"}
while getopts "i:f:c:d:t:r:o:p:k:a" OPTION
while getopts "i:f:c:d:t:r:o:p:ka:" OPTION
do
case ${OPTION} in
i) DIST="$OPTARG" ;;