Add debug logging and start service execution in entrypoint script
This commit is contained in:
@@ -783,6 +783,8 @@ execute_task() {
|
|||||||
.containers[0].ENVS |= map(if has("DOMAIN") then .DOMAIN = "'$DOMAIN'" else . end)' \
|
.containers[0].ENVS |= map(if has("DOMAIN") then .DOMAIN = "'$DOMAIN'" else . end)' \
|
||||||
/etc/user/config/services/$DOMAIN_FILE.json > /tmp/$DOMAIN_FILE.json && \
|
/etc/user/config/services/$DOMAIN_FILE.json > /tmp/$DOMAIN_FILE.json && \
|
||||||
mv /tmp/$DOMAIN_FILE.json /etc/user/config/services/$DOMAIN_FILE.json
|
mv /tmp/$DOMAIN_FILE.json /etc/user/config/services/$DOMAIN_FILE.json
|
||||||
|
debug "$service_exec $DOMAIN_FILE.json start info"
|
||||||
|
$service_exec $DOMAIN_FILE.json start info &
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
JSON_TARGET=$B64_JSON
|
JSON_TARGET=$B64_JSON
|
||||||
|
Reference in New Issue
Block a user