From ae2827319e63a22bbc7475674000d7d94f6e156f Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Mon, 14 Nov 2022 13:06:38 +0100 Subject: [PATCH] Adds error notification as sound for a faulty interface. --- autostart_mobile_measurement.sh | 2 +- measurement_main.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 measurement_main.py diff --git a/autostart_mobile_measurement.sh b/autostart_mobile_measurement.sh index 3c065c6..ec4ce5b 100755 --- a/autostart_mobile_measurement.sh +++ b/autostart_mobile_measurement.sh @@ -4,7 +4,7 @@ WORKING_DIR="/home/prause/measurement-scripts/" DATE=$(date +%F_%H-%M-%S) NEW_DIR="/home/prause/mobile_measurements/$DATE/" -ethtool -k wwan1 +ethtool -k wwan0 STATE=$? if test $STATE -ne 0 diff --git a/measurement_main.py b/measurement_main.py old mode 100644 new mode 100755