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

change dir paths

parent 3fa29586
#!/bin/sh #!/bin/sh
#$1 record time
#!/bin/sh
#$1 Record time #$1 Record time
#=============================================================================== #===============================================================================
if [ $# -ne 1 ]; then if [ $# -ne 1 ]; then
echo 'Example: ./startRecord.sh 60' echo 'Example: ./startRecord.sh 60'
else else
# crontab -l > $HOME/GStreamer_audioRecorder/crontab.txt # crontab -l > $HOME/GStreamer_audioRecorder/crontab.txt
cd $HOME/GStreamer_audioRecorder/ sudo mount -a
/usr/bin/python streamsManager.py $1 cd /home/geoint/GStreamer_audioRecorder/
fi /usr/bin/python streamsManager.py $1
\ No newline at end of file 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