diff --git a/cmd/ui/ui.go b/cmd/ui/ui.go index 49e110d..5e2a291 100644 --- a/cmd/ui/ui.go +++ b/cmd/ui/ui.go @@ -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)