Revert "Update command path"

This reverts commit a4437e7582.
This commit is contained in:
James Munnelly
2015-09-11 00:07:27 +01:00
parent 47e394170b
commit ea00a43429
+1 -1
View File
@@ -16,7 +16,7 @@ import (
) )
const ( const (
cmdPath = "/bootstrap.sh" cmdPath = "/plexmediaserver/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"
) )