limesurvey data provided by configuration

This commit is contained in:
pvincent
2024-10-20 23:22:41 +04:00
parent 94825e3466
commit f7c796c002
5 changed files with 32 additions and 10 deletions
+3
View File
@@ -503,6 +503,9 @@ function build_services() {
echo "read [$app:$name] provided by container <$container>"
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
echoinfo "CREATE RECIPE"