diff options
author | root <root@krebs> | 2011-05-09 21:01:41 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-09 21:01:41 +0200 |
commit | 8aad7ae37a2ac51dbeb07da7bb18810ca15af865 (patch) | |
tree | 9f638c07fe2726579fc28fbc3ed188f46407e74e /modules | |
parent | be7826a07471d8e0478359a13fd88adc979d2082 (diff) |
fixed groovesalad script
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/streams/groove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/streams/groove b/modules/streams/groove index 46959021..9b721adf 100755 --- a/modules/streams/groove +++ b/modules/streams/groove @@ -1,4 +1,4 @@ #! /bin/sh set -euf -pkill mplayer +pkill mplayer || true exec mplayer http://somafm.com/groovesalad.pls |