Adds error notification as sound for a faulty interface.

This commit is contained in:
Lukas Prause
2022-11-14 13:06:38 +01:00
parent 20a70979c1
commit ae2827319e
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ WORKING_DIR="/home/prause/measurement-scripts/"
DATE=$(date +%F_%H-%M-%S) DATE=$(date +%F_%H-%M-%S)
NEW_DIR="/home/prause/mobile_measurements/$DATE/" NEW_DIR="/home/prause/mobile_measurements/$DATE/"
ethtool -k wwan1 ethtool -k wwan0
STATE=$? STATE=$?
if test $STATE -ne 0 if test $STATE -ne 0

0
measurement_main.py Normal file → Executable file
View File