Skip to content
Snippets Groups Projects
Commit 2927b1b7 authored by ale's avatar ale
Browse files

fix icecast config path

parent 354f1a3c
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ type IcecastController struct { ...@@ -17,7 +17,7 @@ type IcecastController struct {
func NewIcecastController(publicIp string) *IcecastController { func NewIcecastController(publicIp string) *IcecastController {
return &IcecastController{ return &IcecastController{
PublicIp: publicIp, PublicIp: publicIp,
ConfigFile: "/etc/icecast2/icecast.conf", ConfigFile: "/etc/icecast2/icecast.xml",
InitScript: "/etc/init.d/icecast2", InitScript: "/etc/init.d/icecast2",
config: newIcecastConfig(publicIp), config: newIcecastConfig(publicIp),
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment