From a4437e7582e9ec091e985264e162e087fbdc472f Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 10 Sep 2015 23:40:03 +0100 Subject: [PATCH] Update command path --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 65f024b..3062c26 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( ) const ( - cmdPath = "/plexmediaserver/bootstrap.sh" + cmdPath = "/bootstrap.sh" logFilePath = "/var/log/plex/plex-elastic-transcoder.log" plexServerURL = "10.20.40.60:32400" )