A little help, please, i am setting up cron to run every second Wednesday of every month at 21:25, i came up with this, i think i am stuck, any ideas… on what i am missing.
# Bounce thread for Clinical Diagnostic/Ancillary every Second Wednesday —- ** LIVE **
#25 21 * * 3 [ `date +%e` -gt 4 -a `date +%e` -lt 11 ] && setroot /quovadx/cis5.8/integrator; setsite mix_1; hcicmd -p pmhb -c ‘xper_o_ob pstop’; sleep 10; hcicmd -p pmhb -c ‘xper_o_ob pstart’
#25 21 * * 3 [ `date +%e` -gt 4 -a `date +%e` -lt 11 ] && setroot /quovadx/cis5.8/integrator; setsite mix_1; hcicmd -p pmhb -c ‘xcel_o_ob pstop’; sleep 10; hcicmd -p pmhb -c ‘xcel_o_ob pstart’
#25 21 * * 3 [ `date +%e` -gt 4 -a `date +%e` -lt 11 ] && setroot /quovadx/cis5.8/integrator; setsite 835700_1; hcicmd -p pmhc -c ‘xcel_a_oc pstop’; sleep 10; hcicmd -p pmhc -c ‘xcel_a_oc pstart’
#25 21 * * 3 [ `date +%e` -gt 4 -a `date +%e` -lt 11 ] && setroot /quovadx/cis5.8/integrator; setsite citiprod; hcicmd -p pmhc -c ‘xcelera_r_ic pstop’; sleep 10; hcicmd -p pmhc -c ‘xcelera_r_ic pstart’
#25 21 * * 3 [ `date +%e` -gt 4 -a `date +%e` -lt 11 ] && setroot /quovadx/cis5.8/integrator; setsite citibatch; hcicmd -p pmha -c ‘xper_c_ia pstop’; sleep 10; hcicmd -p pmha -c ‘xper_c_ia pstart’
#25 21 * * 3 [ `date +%e` -gt 4 -a `date +%e` -lt 11 ] && setroot /quovadx/cis5.8/integrator; setsite citiprod; hcicmd -p pmhc -c ‘xper_r_ic pstop’; sleep 10; hcicmd -p pmhc -c ‘xper_r_ic pstart’
#