diff --git a/node/icecast.go b/node/icecast.go index 1102682f296b8d7dd73eeab506653be83d577232..d36b08ab2b379a6577259f07105064472e52f48e 100644 --- a/node/icecast.go +++ b/node/icecast.go @@ -17,7 +17,7 @@ type IcecastController struct { func NewIcecastController(publicIp string) *IcecastController { return &IcecastController{ PublicIp: publicIp, - ConfigFile: "/etc/icecast2/icecast.conf", + ConfigFile: "/etc/icecast2/icecast.xml", InitScript: "/etc/init.d/icecast2", config: newIcecastConfig(publicIp), }