improvements in logging
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
su - pi -c 'cd /home/pi/baroness && FRAMEBUFFER=/dev/fb1 startx ./run.py'
|
||||
su - pi -c 'cd /home/pi/baroness && FRAMEBUFFER=/dev/fb1 startx ./run.py > baroness.out'
|
||||
now=$(date)
|
||||
echo "Current time : $now" >> restart.log
|
||||
killall pigpiod
|
||||
|
||||
Reference in New Issue
Block a user