From c568e03ca8a589d66999ddf8ae68b70d2701f570 Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Mon, 14 Nov 2022 13:18:36 +0100 Subject: [PATCH] Adds error notification as sound for a faulty interface. --- autostart_mobile_measurement.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart_mobile_measurement.sh b/autostart_mobile_measurement.sh index ec4ce5b..c000471 100755 --- a/autostart_mobile_measurement.sh +++ b/autostart_mobile_measurement.sh @@ -43,4 +43,4 @@ pipenv run pipenv run ./measurement_main.py -c 130.75.73.69 \ --folder $NEW_DIR \ --prefix automated_$DATE \ -i wwan0 \ - | tee $NEW_DIR/automated_$DATE_measurement.log \ No newline at end of file + | tee $NEW_DIR/automated_measurement_$DATE.log \ No newline at end of file