paul- wrote: 
> You need to backup your changes.
> 
> Type 
> 
> pcp bu
> 
> After you make any edits to files

Hi Paul,

Thanks for coming back to my query.

Yes I always backed up all the changes after eating the file.

Please see below the content of the file /opt/bootlocal.sh


Code:
--------------------
    
  #!/bin/sh
  # put other system startup commands here
  GREEN="$(echo -e '\033[1;32m')" 
  echo
  echo "${GREEN}Running bootlocal.sh..."
  #pCPstart------
  sudo /home/tc/www/cgi-bin/do_rebootstuff.sh 2>&1 | tee -a 
/var/log/pcp_boot.log
  #pCPstop------
  sudo /home/tc/tools/IQ_rot&  
--------------------


I have also tried with inserting the command before the line
#pCPstop------


Code:
--------------------
    
  #!/bin/sh
  # put other system startup commands here
  GREEN="$(echo -e '\033[1;32m')" 
  echo
  echo "${GREEN}Running bootlocal.sh..."  
  #pCPstart------
  sudo /home/tc/www/cgi-bin/do_rebootstuff.sh 2>&1 | tee -a 
/var/log/pcp_boot.log
  sudo /home/tc/tools/IQ_rot&
  #pCPstop------
  
--------------------


but to no avail. 

Any other thoughts please?


------------------------------------------------------------------------
albertone74's Profile: http://forums.slimdevices.com/member.php?userid=23863
View this thread: http://forums.slimdevices.com/showthread.php?t=107099

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to