Need to source the profile before calling jslisten.

This commit is contained in:
fewtarius 2023-06-26 23:45:47 +00:00
parent a329a3f399
commit 9ba7b3f601
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -1,5 +1,7 @@
#!/bin/bash
. /etc/profile
jslisten set "mpv"
/usr/bin/mpv --input-ipc-server=/tmp/mpvsocket "${1}"
exit 0