Update slideshow path to match docs
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
KemoNine 2020-08-28 18:40:33 -04:00
parent 32900187fb
commit 75a26c064d
1 changed files with 1 additions and 1 deletions

View File

@ -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)