Update build.sh

This commit is contained in:
Jannik 2016-11-04 17:36:39 +01:00 committed by GitHub
parent e7d6e76f43
commit bb19906e2f
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ echo "Do you wish to autostart the ActionPi Software?"
echo "!WARNING! this is not tested use only if you know wath you do!"
select yn in "Yes" "No"; do
case $yn in
Yes ) sudo echo "sudo ~/ActionPi./ActionPi" /etc/rc.local; break;;
Yes ) sudo echo "sudo ~/ActionPi./ActionPi" > /etc/rc.local; break;;
No ) break;;
esac
done