diff options
| author | 2019-11-22 02:14:25 +0530 | |
|---|---|---|
| committer | 2019-11-22 11:13:34 +0530 | |
| commit | 1cca9e4b72b106374f203890b266f18609deefe3 (patch) | |
| tree | 9f281f4b4de296c54d13dc9c7e214f58835636a7 /plugins/boom | |
| parent | ee2dcb1de7d3e82b330f49ee9fb5dfd4608207ff (diff) | |
| download | nnn-1cca9e4b72b106374f203890b266f18609deefe3.tar.gz | |
shellcheck fixes
Diffstat (limited to 'plugins/boom')
| -rwxr-xr-x | plugins/boom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/boom b/plugins/boom index 47036e0..40931b4 100755 --- a/plugins/boom +++ b/plugins/boom @@ -15,7 +15,7 @@ if [ ! -z "$GUIPLAYER" ]; then find . -type f \( -iname "*.mp3" -o -iname "*.flac" -o -iname "*.webm" -o -iname "*.wma" \) | sort -R | head -n $NUMTRACKS | xargs -d "\n" "$PLAYER" > /dev/null 2>&1 & # detach the player - disown + sleep 1 else # start MOC server mocp -S |