Okay, the problem with liquidsoap is with permissions. So, now it is not mandatory.
This commit is contained in:
parent
16e849eb65
commit
fec2a4b524
@ -67,7 +67,8 @@ func main() {
|
|||||||
|
|
||||||
liquid, err := liquidsoap.NewLiquidsoap(config.Liquidsoap.ExecPath, config.Liquidsoap.ScriptPath)
|
liquid, err := liquidsoap.NewLiquidsoap(config.Liquidsoap.ExecPath, config.Liquidsoap.ScriptPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logErr.Fatalln("liquidsoap:", err)
|
logErr.Println("liquidsoap:", err)
|
||||||
|
liquid.Stop()
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := srv.Start(config.SplitNetworkAddress()); err != nil {
|
if err := srv.Start(config.SplitNetworkAddress()); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user