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

fix icecast config path

parent 354f1a3c
No related branches found
No related tags found
No related merge requests found
......@@ -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),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment