|
|
@ -468,9 +468,7 @@ function prepare_containers() { |
|
|
|
service="${item[$j]}" |
|
|
|
recipe_install="$MIAOU_BASEDIR/recipes/$service/install.sh" |
|
|
|
if [[ -f "$recipe_install" ]]; then |
|
|
|
echowarn "container <$container> installing new recipe [$service]..." |
|
|
|
"$recipe_install" "$container" |
|
|
|
echoinfo DONE |
|
|
|
else |
|
|
|
echoerr "FAILURE, for container <$container>, install recipe [$service] not found!" |
|
|
|
echoerr "please review configuration, mismatch recipe name maybe?" |
|
|
|