Update command path

This commit is contained in:
James Munnelly
2015-09-10 23:40:03 +01:00
parent 6e8a45f628
commit a4437e7582
+1 -1
View File
@@ -16,7 +16,7 @@ import (
) )
const ( const (
cmdPath = "/plexmediaserver/bootstrap.sh" cmdPath = "/bootstrap.sh"
logFilePath = "/var/log/plex/plex-elastic-transcoder.log" logFilePath = "/var/log/plex/plex-elastic-transcoder.log"
plexServerURL = "10.20.40.60:32400" plexServerURL = "10.20.40.60:32400"
) )