diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-15 23:51:34 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-15 23:53:02 +0100 |
commit | 1cba00345f7c2cf81a36297ecae83ffb133bff22 (patch) | |
tree | 2e0723b86225f72fd7086a7986befd2fa7c25850 /common/scripts/application-lifecycle.sh | |
parent | 7007258d954d544a9f859ba51633ae6b5a0a3925 (diff) |
Add AGL_CAN_INTERFACE=vcan0 to application-lifecycle
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ic0b2e75122835786899aae2979feb8d29edefd5c
Diffstat (limited to 'common/scripts/application-lifecycle.sh')
-rwxr-xr-x | common/scripts/application-lifecycle.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh index 403116e..6e7394f 100755 --- a/common/scripts/application-lifecycle.sh +++ b/common/scripts/application-lifecycle.sh @@ -8,7 +8,8 @@ export COLUMNS=1000 AGLDRIVER=agl-driver # for pyagl - unless redefined in a test -AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_AVAILABLE_INTERFACES="ethernet" +export AGL_CAN_INTERFACE="vcan0" while [ $# -ge 1 ] do |