Delete cron-and-profile

This commit is contained in:
James 2022-01-31 13:14:28 +11:00 committed by GitHub
parent 3780b79801
commit 3e0cb82dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#PROFILE
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
echo "SSH Connection, skipping FBI"
else
sudo /usr/bin/fbi -T 1 -d /dev/fb0 -noverbose -t 60 -cachemem 0 /home/pi/sunflower/latest.jpg /home/pi/sunflower/latest-1.jpg /home/pi/sunflower/latest-2.jpg
fi
#CRON
*/10 * * * * /bin/bash /home/pi/sunflower/sunflower.sh > /dev/null