fix cagettepei

This commit is contained in:
pvincent
2024-10-14 13:07:01 +04:00
parent e60d90c7e7
commit ceb3a7b467
3 changed files with 10 additions and 7 deletions
+2
View File
@@ -468,7 +468,9 @@ 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?"