[Icecast] Usage of on-connect and on-disconnect
Sascha Bieler
sascha.bieler at radiogong.de
Wed Jan 28 17:32:12 UTC 2009
Hi,
> > #!/bin/bash
> > /bin/echo $1 > /etc/icecast/log/1.txt
> > /bin/echo $1 > /etc/icecast/log/log2.txt
If you think it's just executing the first line, does it echo in log2.txt when deleting the first line?
Otherwise you'd maybe like to test:
---------------
#!/bin/bash
/bin/echo $1 > /etc/icecast/log/1.txt; /bin/echo $1 > /etc/icecast/log/log2.txt;
---------------
Best regards
Sascha
More information about the Icecast
mailing list