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