Again BIG thanks TheD6Bel!

I do no longer work with piCorePlayer, I have installed Squeezeplayer on
wheezy debian.


If I want to edit rc.local, I have got the Error writing /etc/rc.local:
Permission denied 


I logged in as user "pi" is that wrong?




#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi

/yourpath/relay.py &

exit 0


------------------------------------------------------------------------
palmerx's Profile: http://forums.slimdevices.com/member.php?userid=63498
View this thread: http://forums.slimdevices.com/showthread.php?t=71077

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

Reply via email to