<div dir="ltr"><div>I assume this is in your raymond user's crontab?  It /should/ be running in your home directory, but maybe you need to add a cd before running mv (or use absolute paths in your mv)<br><br>You could append " 2>&1 /path/to/some/log" to the line in your crontab to get output/errors into a log to try troubleshooting that way.<br></div><div><br></div><div>Else, I don't immediately see any obvious errors</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 23, 2019 at 12:48 PM <<a href="mailto:admin@lctn.org">admin@lctn.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"><div>I have a simple bash script (ws.sh), with the following 2 commands:</div><div><br></div><div>#!/bin/bash<br><br>tshark -i enp1s0 -a duration:60 -w /home/raymond/capture.pcapng</div><div><br>wait</div><div><br>/home/raymond/movit.sh</div><div><br></div><div>Movit.sh:</div><div><br></div><div><br></div><div>#!/bin/bash<br>mv capture.pcapng $(date +%F-%H:%M)1.pcapng && touch capture.pcapng<br>echo "All Done!"</div><div><br></div><div>The first command always works properly but the second does not run via cron. However, running the script (ws,sh) via the command line executes properly. I have tried  sleep and wait between commands but nothing works, so far.</div><div><br></div><div>Ideas?</div><div><br></div><div><br></div><div><br></div><div>Raymond Norton<br>LCTN<br>952.955.7766</div></div></div>_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org" target="_blank">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" rel="noreferrer" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</blockquote></div></div>