Hi ,
I have a command

dbtool.py -t jobs  -a rawquery -q "update run_jobs set
jobcomments=CONCAT(jobcomments,'\r\n','hi') where jobid='job000002' "


This works perfectly on localhost when i am trying to do the same with
staf from remote machine as below it fails :

  staf  172.16.60.111 PROCESS START SHELL COMMAND  'dbtool.py -t jobs -a
rawquery -q "update run_jobs set
jobcomments=CONCAT(jobcomments,'\r\n','hi') where jobid='job000002' "'


How should i pass \r and \n and how to avoid interpolating in  staf commands 
when executed remotely




------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to