summaryrefslogtreecommitdiff
path: root/units/wwan
diff options
Diffstat (limited to 'units/wwan')
-rw-r--r--units/wwan/jobs.pxu2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/wwan/jobs.pxu b/units/wwan/jobs.pxu
index 93f9c68..f651a42 100644
--- a/units/wwan/jobs.pxu
+++ b/units/wwan/jobs.pxu
@@ -37,7 +37,7 @@ _description:
plugin: shell
command:
BEGIN_CONNECTION_TEST_TS=$(date '+%Y-%m-%d %H:%M:%S')
- wwan_tests.py 3gpp-connection "$WWAN_CONTROL_IF" "$WWAN_NET_IF" "$WWAN_APN" "${{WWAN_SETUPTIME:-30}}"
+ wwan_tests.py 3gpp-connection {hw_id} "$WWAN_NET_IF" "$WWAN_APN" "${{WWAN_SETUPTIME:-30}}"
RETVAL=$?
if [ $RETVAL -ne 0 ]; then
echo "==== Service units logs ===="