Skip to content

Commit 6964349

Browse files
committed
wiki
1 parent 05c59c0 commit 6964349

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

archive_later/ecwolf/component_launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ log d "QT plugin path is: $QT_PLUGIN_PATH"
1212
log d "QT QPA PLATFORM plugin path is: $QT_QPA_PLATFORM_PLUGIN_PATH"
1313

1414
# Launch
15-
exec "$component_path/bin/ecwolf" "$@"
15+
exec "$component_path/bin/ecwolf" --config /var/config/ecwolf/ecwolf.cfg" "$@"

archive_later/ecwolf/component_recipe.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"source": "shared/bin",
2727
"dest": "bin"
2828
},
29+
{
30+
"type": "dir",
31+
"source": "$REPO_ROOT/$COMPONENT_NAME/rd_assets/rd_config",
32+
"dest": "rd_config"
33+
},
2934
{
3035
"type": "dir",
3136
"source": "$REPO_ROOT/$COMPONENT_NAME",

0 commit comments

Comments
 (0)