diff --git a/autostart_mobile_measurement.sh b/autostart_mobile_measurement.sh index f6136e3..6b5467e 100755 --- a/autostart_mobile_measurement.sh +++ b/autostart_mobile_measurement.sh @@ -1,7 +1,7 @@ #!/bin/bash WORKING_DIR="/home/prause/measurement-scripts/" -NEW_DIR="/home/prause/mobile_measurements/$(date +%F-%T)" +NEW_DIR="/home/prause/mobile_measurements/$(date +%F_%H-%M-%S)/" export PIPENV_VENV_IN_PROJECT=1 mkdir $NEW_DIR