Bash script question
Posted: Fri Feb 06, 2015 3:07 pm
Hello all.
i have put on rc.local a line that starts my script (sleep 10;su - pi -c "/automaatio/startup.script") &
on that startup.script i start few of my scripts, BUT question is: why does not this line(on that startup.script) start: ping :/bin/ping 192.168.1.101 > /dev/null & (this is a keepalive only).
i have put on rc.local a line that starts my script (sleep 10;su - pi -c "/automaatio/startup.script") &
on that startup.script i start few of my scripts, BUT question is: why does not this line(on that startup.script) start: ping :/bin/ping 192.168.1.101 > /dev/null & (this is a keepalive only).