Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Update to add LED blinking notification
Browse files Browse the repository at this point in the history
  • Loading branch information
TokugawaHeavyIndustries authored Aug 18, 2021
1 parent e93cecd commit 2b56b39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ cd /home/pi
wget https://raw.githubusercontent.com/TokugawaHeavyIndustries/DomePi/main/post-install.sh
chmod +x ./post-install.sh

##add cron job to blink LED when completed
cd /etc
wget https://raw.githubusercontent.com/TokugawaHeavyIndustries/DomePi/main/ledblink.sh
chmod +x ./ledblink.sh
echo "@reboot root /bin/sh /etc/ledblink.sh" > /home/pi/ledblink
mv /home/pi/ledblink /etc/cron.d/ledblink
chown root /etc/cron.d/ledblink

shutdown -r 1

0 comments on commit 2b56b39

Please sign in to comment.