miaou read show echo
This commit is contained in:
+1
-3
@@ -504,9 +504,7 @@ function build_services() {
|
||||
command="env MIAOU_BASEDIR=$MIAOU_BASEDIR MIAOU_CONFIGDIR=$MIAOU_CONFIGDIR $recipe --port $port --container $container --name $name --fqdn $fqdn --domain $domain --subdomain $subdomain"
|
||||
[[ "$data" != "null" ]] && command+=" --data \"$data\""
|
||||
|
||||
# eval "$command -r" # USEFUL for debugging when read fails!!!
|
||||
|
||||
if ! eval "$command -r" >/dev/null; then
|
||||
if ! eval "$command -r"; then
|
||||
echoinfo "CREATE RECIPE"
|
||||
|
||||
# echo "$command -c"
|
||||
|
||||
Reference in New Issue
Block a user