Update slideshow path to match docs
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
32900187fb
commit
75a26c064d
|
@ -36,7 +36,7 @@ func main() {
|
|||
// Forever run slideshow / show ui as the main program executed on a PiFrame
|
||||
for {
|
||||
// Run slideshow
|
||||
fim = exec.Command("/usr/local/bin/fim-slideshow.sh")
|
||||
fim = exec.Command("/usr/local/bin/pf-fim.sh")
|
||||
if err := fim.Run(); err != nil {
|
||||
// Unwrap the error a bit so we can find out if a signal killed fim or something else
|
||||
// An exit code of -1 means the program didn't exit in time or was terminated by a signal (per the docs)
|
||||
|
|
Loading…
Reference in a new issue