Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kiosk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
don
kiosk
Commits
7776dcc2
Commit
7776dcc2
authored
6 years ago
by
don
Browse files
Options
Downloads
Patches
Plain Diff
Fixed broken run script, added placeholder scripts
parent
c869b56f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/run
+2
-2
2 additions, 2 deletions
bin/run
var/loop
+3
-0
3 additions, 0 deletions
var/loop
var/wait
+2
-0
2 additions, 0 deletions
var/wait
with
7 additions
and
2 deletions
bin/run
+
2
−
2
View file @
7776dcc2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
var/loop
0 → 100755
+
3
−
0
View file @
7776dcc2
#!/bin/bash
cd
/home/pi/kiosk/slides
feh
--cycle-once
-FZ
-D
10
This diff is collapsed.
Click to expand it.
var/wait
0 → 100755
+
2
−
0
View file @
7776dcc2
#!/bin/bash
sleep
60
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment