All sorted now!
After a fresh install of 3.11 all is working fine. I can confirm that
adding the command at the end of the file worked as in the past:


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


Go and figure!:p


------------------------------------------------------------------------
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