Skip to content
Snippets Groups Projects
Commit 7776dcc2 authored by don's avatar don
Browse files

Fixed broken run script, added placeholder scripts

parent c869b56f
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ def processfile(f):
# end of functions, main program starts here
# Start by synchronizing with cloud storage to get content
# subprocess.call(synccommand)
subprocess.call(synccommand)
# Set up to read magic numbers and guess file types
ms = magic.open(magic.NONE)
......@@ -249,7 +249,7 @@ for f in contentfiles:
try:
doupload = rclonebase + [slidebase, updst]
updst = os.path.join(remote, parameters['verify_folder'])
# subprocess.call(doupload)
subprocess.call(doupload)
except:
pass
......
#!/bin/bash
cd /home/pi/kiosk/slides
feh --cycle-once -FZ -D 10
#!/bin/bash
sleep 60
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment