mirror of
https://github.com/rancher/os.git
synced 2025-07-05 11:06:13 +00:00
Merge pull request #864 from datawolf/fix-lay-down-os-error
fix lay-down-os error
This commit is contained in:
commit
099b8f6f4a
@ -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" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user