Need to source the profile before calling jslisten.
This commit is contained in:
parent
a329a3f399
commit
9ba7b3f601
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
. /etc/profile
|
||||
|
||||
jslisten set "mpv"
|
||||
/usr/bin/mpv --input-ipc-server=/tmp/mpvsocket "${1}"
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue