Commit 32c440ee authored by d.basulto's avatar d.basulto

change dir paths

parent 3fa29586
#!/bin/sh
#$1 record time
#!/bin/sh
#$1 Record time
#===============================================================================
if [ $# -ne 1 ]; then
echo 'Example: ./startRecord.sh 60'
echo 'Example: ./startRecord.sh 60'
else
# crontab -l > $HOME/GStreamer_audioRecorder/crontab.txt
cd $HOME/GStreamer_audioRecorder/
/usr/bin/python streamsManager.py $1
fi
\ No newline at end of file
# crontab -l > $HOME/GStreamer_audioRecorder/crontab.txt
sudo mount -a
cd /home/geoint/GStreamer_audioRecorder/
/usr/bin/python streamsManager.py $1
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment