Skip to content
Snippets Groups Projects
Commit 9227995c authored by dawid.dymarczy's avatar dawid.dymarczy
Browse files

changes or server.go

parent 9aebe65a
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ func Stopimage(c echo.Context) error {
func main() {
cmd := exec.Command("./display","./img/display.ppm","&")
cmd := exec.Command("display","./img/display.ppm","&")
err := cmd.Start()
if err != nil {
fmt.Println("Failed to start display:", err)
......
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