Greg Erskine wrote: 
> hi mcduman,
> 
> [Main Page] in [Beta] mode > [Diagnostics] > [Boot] will show you the
> boot process.
> 
> User commands are called from #10. do_rebootstuff.sh towards the end.
> 
> Numbers #10 and #16 are piCorePlayer, the rest are standard piCore.
> 
> regards
> Greg

Thanks Greg,

To add one more user command, I am changing
/home/tc/www/cgi-bin/do_rebootstuff.sh to read:

if [ x"" != x"$USER_COMMAND_1" ] || [ x"" != x"$USER_COMMAND_2" ] || [
x"" != x"$USER_COMMAND_3" ]  || [ x"" != x"$USER_COMMAND_4" ]; then
echo -n "${BLUE}Starting user commands... ${NORMAL}"
pcp_user_commands
echo "${GREEN}Done.${NORMAL}"
fi

and adding 

USER_COMMAND_4="" to /usr/local/sbin/config.cfg


------------------------------------------------------------------------
mcduman's Profile: http://forums.slimdevices.com/member.php?userid=66702
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to